Html Css Color HEX #B532D9 Dark Orchid

📋 copy color: '#B532D9'

red 181 ◦ green 50 ◦ blue 217

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

Shades of Dark Orchid #B532D9

Tints of Dark Orchid #B532D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 40.4%
G = 11.16%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B532D9 (or 0xB532D9) is known color: Dark Orchid. HEX triplet: B5, 32 and D9. RGB value is (181,50,217). Sum of RGB (Red+Green+Blue) = 181+50+217=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #B532D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D9 is #4ACD26. Grayscale: #6B6B6B. Windows color (decimal): -4902183 or 14234293. OLE color: 14234293.

HSL color Cylindrical-coordinate representation of color #B532D9: hue angle of 287.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B532D9 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 50 217 -
CMYK 0.17 0.77 0 0.15
HSL 287.07º 0.69% 0.52% -
HSV(B) 287.07º 0.77% 0.85% -
XYZ 32.72 17.11 67.22 -
YUV 108.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 181 50 217 0.17 0.77 0 0.15 287.07 0.69 0.52
Hex B5 32 D9 11 4D 0 F 11F 45 34
Octal 265 62 331 21 115 0 17 437 105 64
Binary 10110101 110010 11011001 10001 1001101 0 1111 100011111 1000101 110100

Color Harmonies of #B532D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532D9

Black with #B532D9

Text Example


Text Example

White with #B532D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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