#B233BD

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

Shades of Dark Orchid #B233BD

Tints of Dark Orchid #B233BD

Color information

#B233BD (or 0xB233BD) is unknown color: approx Dark Orchid. HEX triplet: B2, 33 and BD. RGB value is (178,51,189). Sum of RGB (Red+Green+Blue) = 178+51+189=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B233BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233BD is #4DCC42. Grayscale: #686868. Windows color (decimal): -5098563 or 12399538. OLE color: 12399538.

HSL color Cylindrical-coordinate representation of color #B233BD: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B233BD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17851189-
CMYK0.060.7300.26
HSL295.22º57.5%47.06%-
HSV(B)295.22º73.02%74.12%-
XYZ28.7315.5149.62-
YUV104.7175.58180.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=42.58%
G=12.20%
B=45.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178511890.060.7300.26295.2257.547.06
HexB233BD64901A1273a2f
Octal2626327561110324477257
Binary10110010110011101111011101001001011010100100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233BD; }

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

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

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

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

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

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

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

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