Html Css Color HEX #B831DB Dark Orchid

📋 copy color: '#B831DB'

red 184 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #B831DB

Tints of Dark Orchid #B831DB

RGB

 RED value IS 184 (72.27% from 255) = 40.71%

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

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

R = 40.71%
G = 10.84%
B = 48.45%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B831DB (or 0xB831DB) is known color: Dark Orchid. HEX triplet: B8, 31 and DB. RGB value is (184,49,219). Sum of RGB (Red+Green+Blue) = 184+49+219=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #B831DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831DB is #47CE24. Grayscale: #6C6C6C. Windows color (decimal): -4705829 or 14365112. OLE color: 14365112.

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

Color convert

RGB 184 49 219 -
CMYK 0.16 0.78 0 0.14
HSL 287.65º 0.7% 0.53% -
HSV(B) 287.65º 0.78% 0.86% -
XYZ 33.65 17.5 68.62 -
YUV 108.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 184 49 219 0.16 0.78 0 0.14 287.65 0.7 0.53
Hex B8 31 DB 10 4E 0 E 120 46 35
Octal 270 61 333 20 116 0 16 440 106 65
Binary 10111000 110001 11011011 10000 1001110 0 1110 100100000 1000110 110101

Color Harmonies of #B831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831DB

Black with #B831DB

Text Example


Text Example

White with #B831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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