#B236E1

Color #B236E1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B236E1

Tints of Dark Orchid #B236E1

Color information

#B236E1 (or 0xB236E1) is unknown color: approx Dark Orchid. HEX triplet: B2, 36 and E1. RGB value is (178,54,225). Sum of RGB (Red+Green+Blue) = 178+54+225=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #B236E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236E1 is #4DC91E. Grayscale: #6E6E6E. Windows color (decimal): -5097759 or 14759602. OLE color: 14759602.

HSL color Cylindrical-coordinate representation of color #B236E1: hue angle of 283.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B236E1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17854225-
CMYK0.210.7600.12
HSL283.51º74.03%54.71%-
HSV(B)283.51º76%88.24%-
XYZ33.2717.5472.87-
YUV110.57192.58176.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=38.95%
G=11.82%
B=49.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178542250.210.7600.12283.5174.0354.71
HexB236E1154C0C11c4a37
Octal262663412511401443411267
Binary1011001011011011100001101011001100011001000111001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236E1; }

 p { color: rgb(178,54,225); }

 H1.HeaderClassName
 {
   color: #B236E1;
 }
 .AnyTagClassName
 {
   color: #B236E1;
 }
</style>
background-color css

<style>
 a { background-color: #B236E1; }

 a { background-color: rgb(178,54,225); }

 div.DivClassName
 {
   background-color: #B236E1;
 }
 .BgClassName
 {
   background-color: #B236E1;
 }
</style>
border-color css

<style>
 span { border-color: #B236E1; }

 span { border-color: rgb(178,54,225); }

 td.TdClassName
 {
   border-color: #B236E1;
 }
 .TagClassName
 {
   border-color: #B236E1;
 }
</style>