Html Css Color HEX #B532CB Dark Orchid

📋 copy color: '#B532CB'

red 181 ◦ green 50 ◦ blue 203

#B532CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B532CB

Tints of Dark Orchid #B532CB

RGB

 RED value IS 181 (71.09% from 255) = 41.71%

 GREEN value IS 50 (19.92% from 255) = 11.52%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 41.71%
G = 11.52%
B = 46.77%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B532CB (or 0xB532CB) is known color: Dark Orchid. HEX triplet: B5, 32 and CB. RGB value is (181,50,203). Sum of RGB (Red+Green+Blue) = 181+50+203=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B532CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532CB is #4ACD34. Grayscale: #6A6A6A. Windows color (decimal): -4902197 or 13316789. OLE color: 13316789.

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

Color convert

RGB 181 50 203 -
CMYK 0.11 0.75 0 0.20
HSL 291.37º 0.6% 0.5% -
HSV(B) 291.37º 0.75% 0.8% -
XYZ 30.98 16.42 58.04 -
YUV 106.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 181 50 203 0.11 0.75 0 0.20 291.37 0.6 0.5
Hex B5 32 CB B 4B 0 14 123 3C 32
Octal 265 62 313 13 113 0 24 443 74 62
Binary 10110101 110010 11001011 1011 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B532CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532CB

Black with #B532CB

Text Example


Text Example

White with #B532CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532CB; }

 p { color: rgb(181,50,203); }

 H1.HeaderClassName
 {
   color: #B532CB;
 }
 .AnyTagClassName
 {
   color: #B532CB;
 }
</style>

background-color css

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

 a { background-color: rgb(181,50,203); }

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

border-color css

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

 span { border-color: rgb(181,50,203); }

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