Html Css Color HEX #B31DDB Dark Orchid

📋 copy color: '#B31DDB'

red 179 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #B31DDB

Tints of Dark Orchid #B31DDB

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

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

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

R = 41.92%
G = 6.79%
B = 51.29%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B31DDB (or 0xB31DDB) is known color: Dark Orchid. HEX triplet: B3, 1D and DB. RGB value is (179,29,219). Sum of RGB (Red+Green+Blue) = 179+29+219=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B31DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DDB is #4CE224. Grayscale: #5E5E5E. Windows color (decimal): -5038629 or 14359987. OLE color: 14359987.

HSL color Cylindrical-coordinate representation of color #B31DDB: hue angle of 287.37º 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 #B31DDB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 29 219 -
CMYK 0.18 0.87 0 0.14
HSL 287.37º 0.77% 0.49% -
HSV(B) 287.37º 0.87% 0.86% -
XYZ 31.82 15.58 68.35 -
YUV 95.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 179 29 219 0.18 0.87 0 0.14 287.37 0.77 0.49
Hex B3 1D DB 12 57 0 E 11F 4D 31
Octal 263 35 333 22 127 0 16 437 115 61
Binary 10110011 11101 11011011 10010 1010111 0 1110 100011111 1001101 110001

Color Harmonies of #B31DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DDB

Black with #B31DDB

Text Example


Text Example

White with #B31DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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