Html Css Color HEX #B51DDB Dark Orchid

📋 copy color: '#B51DDB'

red 181 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #B51DDB

Tints of Dark Orchid #B51DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

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

R = 42.19%
G = 6.76%
B = 51.05%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B51DDB (or 0xB51DDB) is known color: Dark Orchid. HEX triplet: B5, 1D and DB. RGB value is (181,29,219). Sum of RGB (Red+Green+Blue) = 181+29+219=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B51DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DDB is #4AE224. Grayscale: #5F5F5F. Windows color (decimal): -4907557 or 14359989. OLE color: 14359989.

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

Color convert

RGB 181 29 219 -
CMYK 0.17 0.87 0 0.14
HSL 288º 0.77% 0.49% -
HSV(B) 288º 0.87% 0.86% -
XYZ 32.28 15.82 68.37 -
YUV 96.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 181 29 219 0.17 0.87 0 0.14 288 0.77 0.49
Hex B5 1D DB 11 57 0 E 120 4D 31
Octal 265 35 333 21 127 0 16 440 115 61
Binary 10110101 11101 11011011 10001 1010111 0 1110 100100000 1001101 110001

Color Harmonies of #B51DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DDB

Black with #B51DDB

Text Example


Text Example

White with #B51DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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