#B232BD

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

Shades of Dark Orchid #B232BD

Tints of Dark Orchid #B232BD

Color information

#B232BD (or 0xB232BD) is unknown color: approx Dark Orchid. HEX triplet: B2, 32 and BD. RGB value is (178,50,189). Sum of RGB (Red+Green+Blue) = 178+50+189=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B232BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BD is #4DCD42. Grayscale: #676767. Windows color (decimal): -5098819 or 12399282. OLE color: 12399282.

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

Color convert

RGB17850189-
CMYK0.060.7400.26
HSL295.25º58.16%46.86%-
HSV(B)295.25º73.54%74.12%-
XYZ28.6915.4249.61-
YUV104.12175.91180.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=42.69%
G=11.99%
B=45.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178501890.060.7400.26295.2558.1646.86
HexB232BD64A01A1273a2f
Octal2626227561120324477257
Binary10110010110010101111011101001010011010100100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232BD; }

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

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

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

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

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

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

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

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