#B232BB

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

Shades of Dark Orchid #B232BB

Tints of Dark Orchid #B232BB

Color information

#B232BB (or 0xB232BB) is unknown color: approx Dark Orchid. HEX triplet: B2, 32 and BB. RGB value is (178,50,187). Sum of RGB (Red+Green+Blue) = 178+50+187=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #B232BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BB is #4DCD44. Grayscale: #676767. Windows color (decimal): -5098821 or 12268210. OLE color: 12268210.

HSL color Cylindrical-coordinate representation of color #B232BB: hue angle of 296.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B232BB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17850187-
CMYK0.050.7300.27
HSL296.06º57.81%46.47%-
HSV(B)296.06º73.26%73.33%-
XYZ28.4715.3348.47-
YUV103.89174.91180.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 50 (19.92% from 255) = 12.05%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=42.89%
G=12.05%
B=45.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178501870.050.7300.27296.0657.8146.47
HexB232BB54901B1283a2e
Octal2626227351110334507256
Binary10110010110010101110111011001001011011100101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232BB; }

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

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

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

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

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

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

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

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