#B238D6

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

Shades of Dark Orchid #B238D6

Tints of Dark Orchid #B238D6

Color information

#B238D6 (or 0xB238D6) is unknown color: approx Dark Orchid. HEX triplet: B2, 38 and D6. RGB value is (178,56,214). Sum of RGB (Red+Green+Blue) = 178+56+214=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #B238D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B238D6 is #4DC729. Grayscale: #6D6D6D. Windows color (decimal): -5097258 or 14039218. OLE color: 14039218.

HSL color Cylindrical-coordinate representation of color #B238D6: hue angle of 286.33º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B238D6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17856214-
CMYK0.170.7400.16
HSL286.33º65.83%52.94%-
HSV(B)286.33º73.83%83.92%-
XYZ31.9117.1565.25-
YUV110.49186.42176.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 214 (83.98% from 255) = 47.77%
R=39.73%
G=12.5%
B=47.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178562140.170.7400.16286.3365.8352.94
HexB238D6114A01011e4235
Octal262703262111202043610265
Binary10110010111000110101101000110010100100001000111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B238D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B238D6; }

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

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

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

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

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

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

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

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