Html Css Color HEX #B52DD7 Dark Orchid

📋 copy color: '#B52DD7'

red 181 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #B52DD7

Tints of Dark Orchid #B52DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 41.04%
G = 10.2%
B = 48.75%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B52DD7 (or 0xB52DD7) is known color: Dark Orchid. HEX triplet: B5, 2D and D7. RGB value is (181,45,215). Sum of RGB (Red+Green+Blue) = 181+45+215=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #B52DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DD7 is #4AD228. Grayscale: #686868. Windows color (decimal): -4903465 or 14101941. OLE color: 14101941.

HSL color Cylindrical-coordinate representation of color #B52DD7: hue angle of 288º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52DD7 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 45 215 -
CMYK 0.16 0.79 0 0.16
HSL 288º 0.68% 0.51% -
HSV(B) 288º 0.79% 0.84% -
XYZ 32.26 16.61 65.8 -
YUV 105.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 181 45 215 0.16 0.79 0 0.16 288 0.68 0.51
Hex B5 2D D7 10 4F 0 10 120 44 33
Octal 265 55 327 20 117 0 20 440 104 63
Binary 10110101 101101 11010111 10000 1001111 0 10000 100100000 1000100 110011

Color Harmonies of #B52DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DD7

Black with #B52DD7

Text Example


Text Example

White with #B52DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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