Html Css Color HEX #B532D6 Dark Orchid

📋 copy color: '#B532D6'

red 181 ◦ green 50 ◦ blue 214

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

Shades of Dark Orchid #B532D6

Tints of Dark Orchid #B532D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 40.67%
G = 11.24%
B = 48.09%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B532D6 (or 0xB532D6) is known color: Dark Orchid. HEX triplet: B5, 32 and D6. RGB value is (181,50,214). Sum of RGB (Red+Green+Blue) = 181+50+214=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #B532D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532D6 is #4ACD29. Grayscale: #6B6B6B. Windows color (decimal): -4902186 or 14037685. OLE color: 14037685.

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

Color convert

RGB 181 50 214 -
CMYK 0.15 0.77 0 0.16
HSL 287.93º 0.67% 0.52% -
HSV(B) 287.93º 0.77% 0.84% -
XYZ 32.33 16.96 65.19 -
YUV 107.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 181 50 214 0.15 0.77 0 0.16 287.93 0.67 0.52
Hex B5 32 D6 F 4D 0 10 120 43 34
Octal 265 62 326 17 115 0 20 440 103 64
Binary 10110101 110010 11010110 1111 1001101 0 10000 100100000 1000011 110100

Color Harmonies of #B532D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532D6

Black with #B532D6

Text Example


Text Example

White with #B532D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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