#B233E4

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

Shades of Dark Orchid #B233E4

Tints of Dark Orchid #B233E4

Color information

#B233E4 (or 0xB233E4) is unknown color: approx Dark Orchid. HEX triplet: B2, 33 and E4. RGB value is (178,51,228). Sum of RGB (Red+Green+Blue) = 178+51+228=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #B233E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233E4 is #4DCC1B. Grayscale: #6C6C6C. Windows color (decimal): -5098524 or 14955442. OLE color: 14955442.

HSL color Cylindrical-coordinate representation of color #B233E4: hue angle of 283.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B233E4 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17851228-
CMYK0.220.7800.11
HSL283.05º76.62%54.71%-
HSV(B)283.05º77.63%89.41%-
XYZ33.5517.4375-
YUV109.15195.08177.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=38.95%
G=11.16%
B=49.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178512280.220.7800.11283.0576.6254.71
HexB233E4164E0B11b4d37
Octal262633442611601343311567
Binary1011001011001111100100101101001110010111000110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233E4; }

 p { color: rgb(178,51,228); }

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

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

 a { background-color: rgb(178,51,228); }

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

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

 span { border-color: rgb(178,51,228); }

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