Html Css Color HEX #B51EDB Dark Orchid

📋 copy color: '#B51EDB'

red 181 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #B51EDB

Tints of Dark Orchid #B51EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

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

R = 42.09%
G = 6.98%
B = 50.93%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B51EDB (or 0xB51EDB) is known color: Dark Orchid. HEX triplet: B5, 1E and DB. RGB value is (181,30,219). Sum of RGB (Red+Green+Blue) = 181+30+219=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EDB is #4AE124. Grayscale: #606060. Windows color (decimal): -4907301 or 14360245. OLE color: 14360245.

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

Color convert

RGB 181 30 219 -
CMYK 0.17 0.86 0 0.14
HSL 287.94º 0.76% 0.49% -
HSV(B) 287.94º 0.86% 0.86% -
XYZ 32.31 15.87 68.38 -
YUV 96.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 181 30 219 0.17 0.86 0 0.14 287.94 0.76 0.49
Hex B5 1E DB 11 56 0 E 120 4C 31
Octal 265 36 333 21 126 0 16 440 114 61
Binary 10110101 11110 11011011 10001 1010110 0 1110 100100000 1001100 110001

Color Harmonies of #B51EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EDB

Black with #B51EDB

Text Example


Text Example

White with #B51EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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