Html Css Color HEX #B532C2 Dark Orchid

📋 copy color: '#B532C2'

red 181 ◦ green 50 ◦ blue 194

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

Shades of Dark Orchid #B532C2

Tints of Dark Orchid #B532C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 42.59%
G = 11.76%
B = 45.65%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B532C2 (or 0xB532C2) is known color: Dark Orchid. HEX triplet: B5, 32 and C2. RGB value is (181,50,194). Sum of RGB (Red+Green+Blue) = 181+50+194=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #B532C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532C2 is #4ACD3D. Grayscale: #696969. Windows color (decimal): -4902206 or 12726965. OLE color: 12726965.

HSL color Cylindrical-coordinate representation of color #B532C2: hue angle of 294.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B532C2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 50 194 -
CMYK 0.07 0.74 0 0.24
HSL 294.58º 0.59% 0.48% -
HSV(B) 294.58º 0.74% 0.76% -
XYZ 29.93 16 52.55 -
YUV 105.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 181 50 194 0.07 0.74 0 0.24 294.58 0.59 0.48
Hex B5 32 C2 7 4A 0 18 127 3B 30
Octal 265 62 302 7 112 0 30 447 73 60
Binary 10110101 110010 11000010 111 1001010 0 11000 100100111 111011 110000

Color Harmonies of #B532C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532C2

Black with #B532C2

Text Example


Text Example

White with #B532C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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