Html Css Color HEX #B52BDD Dark Orchid

📋 copy color: '#B52BDD'

red 181 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B52BDD

Tints of Dark Orchid #B52BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

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

R = 40.67%
G = 9.66%
B = 49.66%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52BDD (or 0xB52BDD) is known color: Dark Orchid. HEX triplet: B5, 2B and DD. RGB value is (181,43,221). Sum of RGB (Red+Green+Blue) = 181+43+221=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B52BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BDD is #4AD422. Grayscale: #676767. Windows color (decimal): -4903971 or 14494645. OLE color: 14494645.

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

Color convert

RGB 181 43 221 -
CMYK 0.18 0.81 0 0.13
HSL 286.52º 0.72% 0.52% -
HSV(B) 286.52º 0.81% 0.87% -
XYZ 32.97 16.77 69.91 -
YUV 104.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 181 43 221 0.18 0.81 0 0.13 286.52 0.72 0.52
Hex B5 2B DD 12 51 0 D 11F 48 34
Octal 265 53 335 22 121 0 15 437 110 64
Binary 10110101 101011 11011101 10010 1010001 0 1101 100011111 1001000 110100

Color Harmonies of #B52BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52BDD

Black with #B52BDD

Text Example


Text Example

White with #B52BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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