Html Css Color HEX #B52CDB Dark Orchid

📋 copy color: '#B52CDB'

red 181 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #B52CDB

Tints of Dark Orchid #B52CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.91%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 40.77%
G = 9.91%
B = 49.32%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B52CDB (or 0xB52CDB) is known color: Dark Orchid. HEX triplet: B5, 2C and DB. RGB value is (181,44,219). Sum of RGB (Red+Green+Blue) = 181+44+219=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B52CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CDB is #4AD324. Grayscale: #686868. Windows color (decimal): -4903717 or 14363829. OLE color: 14363829.

HSL color Cylindrical-coordinate representation of color #B52CDB: hue angle of 286.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52CDB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 44 219 -
CMYK 0.17 0.80 0 0.14
HSL 286.97º 0.71% 0.52% -
HSV(B) 286.97º 0.8% 0.86% -
XYZ 32.74 16.74 68.52 -
YUV 104.91 192.39 182.27 -
System Red Green Blue C M Y K H S L
Decimal 181 44 219 0.17 0.80 0 0.14 286.97 0.71 0.52
Hex B5 2C DB 11 50 0 E 11F 47 34
Octal 265 54 333 21 120 0 16 437 107 64
Binary 10110101 101100 11011011 10001 1010000 0 1110 100011111 1000111 110100

Color Harmonies of #B52CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CDB

Black with #B52CDB

Text Example


Text Example

White with #B52CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CDB; }

 p { color: rgb(181,44,219); }

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

background-color css

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

 a { background-color: rgb(181,44,219); }

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

border-color css

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

 span { border-color: rgb(181,44,219); }

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