#B238C6

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

Shades of Dark Orchid #B238C6

Tints of Dark Orchid #B238C6

Color information

#B238C6 (or 0xB238C6) is unknown color: approx Dark Orchid. HEX triplet: B2, 38 and C6. RGB value is (178,56,198). Sum of RGB (Red+Green+Blue) = 178+56+198=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #B238C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238C6 is #4DC739. Grayscale: #6C6C6C. Windows color (decimal): -5097274 or 12990642. OLE color: 12990642.

HSL color Cylindrical-coordinate representation of color #B238C6: hue angle of 291.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B238C6 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17856198-
CMYK0.100.7200.22
HSL291.55º55.91%49.8%-
HSV(B)291.55º71.72%77.65%-
XYZ29.9716.3755.01-
YUV108.67178.42177.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 56 (22.27% from 255) = 12.96%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=41.20%
G=12.96%
B=45.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178561980.100.7200.22291.5555.9149.8
HexB238C6A480161243832
Octal26270306121100264447062
Binary101100101110001100011010101001000010110100100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B238C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B238C6; }

 p { color: rgb(178,56,198); }

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

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

 a { background-color: rgb(178,56,198); }

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

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

 span { border-color: rgb(178,56,198); }

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