Html Css Color HEX #B52DDD Dark Orchid

📋 copy color: '#B52DDD'

red 181 ◦ green 45 ◦ blue 221

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

Shades of Dark Orchid #B52DDD

Tints of Dark Orchid #B52DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.07%

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 40.49%
G = 10.07%
B = 49.44%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52DDD (or 0xB52DDD) is known color: Dark Orchid. HEX triplet: B5, 2D and DD. RGB value is (181,45,221). Sum of RGB (Red+Green+Blue) = 181+45+221=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B52DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DDD is #4AD222. Grayscale: #696969. Windows color (decimal): -4903459 or 14495157. OLE color: 14495157.

HSL color Cylindrical-coordinate representation of color #B52DDD: hue angle of 286.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52DDD is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 45 221 -
CMYK 0.18 0.80 0 0.13
HSL 286.36º 0.72% 0.52% -
HSV(B) 286.36º 0.8% 0.87% -
XYZ 33.05 16.92 69.93 -
YUV 105.73 193.06 181.69 -
System Red Green Blue C M Y K H S L
Decimal 181 45 221 0.18 0.80 0 0.13 286.36 0.72 0.52
Hex B5 2D DD 12 50 0 D 11E 48 34
Octal 265 55 335 22 120 0 15 436 110 64
Binary 10110101 101101 11011101 10010 1010000 0 1101 100011110 1001000 110100

Color Harmonies of #B52DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DDD

Black with #B52DDD

Text Example


Text Example

White with #B52DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DDD; }

 p { color: rgb(181,45,221); }

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

background-color css

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

 a { background-color: rgb(181,45,221); }

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

border-color css

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

 span { border-color: rgb(181,45,221); }

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