Html Css Color HEX #B532DF Dark Orchid

📋 copy color: '#B532DF'

red 181 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #B532DF

Tints of Dark Orchid #B532DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 39.87%
G = 11.01%
B = 49.12%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B532DF (or 0xB532DF) is known color: Dark Orchid. HEX triplet: B5, 32 and DF. RGB value is (181,50,223). Sum of RGB (Red+Green+Blue) = 181+50+223=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #B532DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532DF is #4ACD20. Grayscale: #6C6C6C. Windows color (decimal): -4902177 or 14627509. OLE color: 14627509.

HSL color Cylindrical-coordinate representation of color #B532DF: hue angle of 285.43º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B532DF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 50 223 -
CMYK 0.19 0.78 0 0.13
HSL 285.43º 0.73% 0.54% -
HSV(B) 285.43º 0.78% 0.87% -
XYZ 33.52 17.43 71.41 -
YUV 108.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 181 50 223 0.19 0.78 0 0.13 285.43 0.73 0.54
Hex B5 32 DF 13 4E 0 D 11D 49 36
Octal 265 62 337 23 116 0 15 435 111 66
Binary 10110101 110010 11011111 10011 1001110 0 1101 100011101 1001001 110110

Color Harmonies of #B532DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532DF

Black with #B532DF

Text Example


Text Example

White with #B532DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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