Html Css Color HEX #B52EDB Dark Orchid

📋 copy color: '#B52EDB'

red 181 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #B52EDB

Tints of Dark Orchid #B52EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

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

R = 40.58%
G = 10.31%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B52EDB (or 0xB52EDB) is known color: Dark Orchid. HEX triplet: B5, 2E and DB. RGB value is (181,46,219). Sum of RGB (Red+Green+Blue) = 181+46+219=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B52EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EDB is #4AD124. Grayscale: #696969. Windows color (decimal): -4903205 or 14364341. OLE color: 14364341.

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

Color convert

RGB 181 46 219 -
CMYK 0.17 0.79 0 0.14
HSL 286.82º 0.71% 0.52% -
HSV(B) 286.82º 0.79% 0.86% -
XYZ 32.82 16.89 68.55 -
YUV 106.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 181 46 219 0.17 0.79 0 0.14 286.82 0.71 0.52
Hex B5 2E DB 11 4F 0 E 11F 47 34
Octal 265 56 333 21 117 0 16 437 107 64
Binary 10110101 101110 11011011 10001 1001111 0 1110 100011111 1000111 110100

Color Harmonies of #B52EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EDB

Black with #B52EDB

Text Example


Text Example

White with #B52EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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