#B233E0

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

Shades of Dark Orchid #B233E0

Tints of Dark Orchid #B233E0

Color information

#B233E0 (or 0xB233E0) is unknown color: approx Dark Orchid. HEX triplet: B2, 33 and E0. RGB value is (178,51,224). Sum of RGB (Red+Green+Blue) = 178+51+224=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #B233E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233E0 is #4DCC1F. Grayscale: #6C6C6C. Windows color (decimal): -5098528 or 14693298. OLE color: 14693298.

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

Color convert

RGB17851224-
CMYK0.210.7700.12
HSL284.05º73.62%53.92%-
HSV(B)284.05º77.23%87.84%-
XYZ3317.2172.1-
YUV108.7193.08177.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 224 (87.89% from 255) = 49.45%
R=39.29%
G=11.26%
B=49.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178512240.210.7700.12284.0573.6253.92
HexB233E0154D0C11c4a36
Octal262633402511501443411266
Binary1011001011001111100000101011001101011001000111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233E0; }

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

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

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

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

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

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

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

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