Html Css Color HEX #B31CDB Dark Orchid

📋 copy color: '#B31CDB'

red 179 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #B31CDB

Tints of Dark Orchid #B31CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.57%

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

R = 42.02%
G = 6.57%
B = 51.41%

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

#B31CDB (or 0xB31CDB) is known color: Dark Orchid. HEX triplet: B3, 1C and DB. RGB value is (179,28,219). Sum of RGB (Red+Green+Blue) = 179+28+219=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #B31CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CDB is #4CE324. Grayscale: #5E5E5E. Windows color (decimal): -5038885 or 14359731. OLE color: 14359731.

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

Color convert

RGB 179 28 219 -
CMYK 0.18 0.87 0 0.14
HSL 287.43º 0.77% 0.48% -
HSV(B) 287.43º 0.87% 0.86% -
XYZ 31.79 15.53 68.34 -
YUV 94.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 179 28 219 0.18 0.87 0 0.14 287.43 0.77 0.48
Hex B3 1C DB 12 57 0 E 11F 4D 30
Octal 263 34 333 22 127 0 16 437 115 60
Binary 10110011 11100 11011011 10010 1010111 0 1110 100011111 1001101 110000

Color Harmonies of #B31CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CDB

Black with #B31CDB

Text Example


Text Example

White with #B31CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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