Html Css Color HEX #B81EDB Dark Orchid

📋 copy color: '#B81EDB'

red 184 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #B81EDB

Tints of Dark Orchid #B81EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

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

R = 42.49%
G = 6.93%
B = 50.58%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B81EDB (or 0xB81EDB) is known color: Dark Orchid. HEX triplet: B8, 1E and DB. RGB value is (184,30,219). Sum of RGB (Red+Green+Blue) = 184+30+219=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B81EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDB is #47E124. Grayscale: #606060. Windows color (decimal): -4710693 or 14360248. OLE color: 14360248.

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

Color convert

RGB 184 30 219 -
CMYK 0.16 0.86 0 0.14
HSL 288.89º 0.76% 0.49% -
HSV(B) 288.89º 0.86% 0.86% -
XYZ 33.02 16.23 68.41 -
YUV 97.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 184 30 219 0.16 0.86 0 0.14 288.89 0.76 0.49
Hex B8 1E DB 10 56 0 E 121 4C 31
Octal 270 36 333 20 126 0 16 441 114 61
Binary 10111000 11110 11011011 10000 1010110 0 1110 100100001 1001100 110001

Color Harmonies of #B81EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EDB

Black with #B81EDB

Text Example


Text Example

White with #B81EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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