Html Css Color HEX #B331DB Dark Orchid

📋 copy color: '#B331DB'

red 179 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #B331DB

Tints of Dark Orchid #B331DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.96%

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

R = 40.04%
G = 10.96%
B = 48.99%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B331DB (or 0xB331DB) is known color: Dark Orchid. HEX triplet: B3, 31 and DB. RGB value is (179,49,219). Sum of RGB (Red+Green+Blue) = 179+49+219=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B331DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331DB is #4CCE24. Grayscale: #6A6A6A. Windows color (decimal): -5033509 or 14365107. OLE color: 14365107.

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

Color convert

RGB 179 49 219 -
CMYK 0.18 0.78 0 0.14
HSL 285.88º 0.7% 0.53% -
HSV(B) 285.88º 0.78% 0.86% -
XYZ 32.47 16.89 68.57 -
YUV 107.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 179 49 219 0.18 0.78 0 0.14 285.88 0.7 0.53
Hex B3 31 DB 12 4E 0 E 11E 46 35
Octal 263 61 333 22 116 0 16 436 106 65
Binary 10110011 110001 11011011 10010 1001110 0 1110 100011110 1000110 110101

Color Harmonies of #B331DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331DB

Black with #B331DB

Text Example


Text Example

White with #B331DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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