#B233CA

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

Shades of Dark Orchid #B233CA

Tints of Dark Orchid #B233CA

Color information

#B233CA (or 0xB233CA) is unknown color: approx Dark Orchid. HEX triplet: B2, 33 and CA. RGB value is (178,51,202). Sum of RGB (Red+Green+Blue) = 178+51+202=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #B233CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233CA is #4DCC35. Grayscale: #696969. Windows color (decimal): -5098550 or 13251506. OLE color: 13251506.

HSL color Cylindrical-coordinate representation of color #B233CA: hue angle of 290.46º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B233CA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17851202-
CMYK0.120.7500.21
HSL290.46º59.68%49.61%-
HSV(B)290.46º74.75%79.22%-
XYZ30.216.157.39-
YUV106.19182.08179.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 51 (20.31% from 255) = 11.83%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=41.30%
G=11.83%
B=46.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178512020.120.7500.21290.4659.6849.61
HexB233CAC4B0151223c32
Octal26263312141130254427462
Binary101100101100111100101011001001011010101100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233CA; }

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

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

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

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

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

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

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

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