Html Css Color HEX #B532CE Dark Orchid

📋 copy color: '#B532CE'

red 181 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #B532CE

Tints of Dark Orchid #B532CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 41.42%
G = 11.44%
B = 47.14%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B532CE (or 0xB532CE) is known color: Dark Orchid. HEX triplet: B5, 32 and CE. RGB value is (181,50,206). Sum of RGB (Red+Green+Blue) = 181+50+206=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B532CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532CE is #4ACD31. Grayscale: #6A6A6A. Windows color (decimal): -4902194 or 13513397. OLE color: 13513397.

HSL color Cylindrical-coordinate representation of color #B532CE: hue angle of 290.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B532CE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 50 206 -
CMYK 0.12 0.76 0 0.19
HSL 290.38º 0.61% 0.5% -
HSV(B) 290.38º 0.76% 0.81% -
XYZ 31.34 16.56 59.94 -
YUV 106.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 181 50 206 0.12 0.76 0 0.19 290.38 0.61 0.5
Hex B5 32 CE C 4C 0 13 122 3D 32
Octal 265 62 316 14 114 0 23 442 75 62
Binary 10110101 110010 11001110 1100 1001100 0 10011 100100010 111101 110010

Color Harmonies of #B532CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532CE

Black with #B532CE

Text Example


Text Example

White with #B532CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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