Html Css Color HEX #B81EDF Dark Orchid

📋 copy color: '#B81EDF'

red 184 ◦ green 30 ◦ blue 223

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

Shades of Dark Orchid #B81EDF

Tints of Dark Orchid #B81EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 42.11%
G = 6.86%
B = 51.03%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B81EDF (or 0xB81EDF) is known color: Dark Orchid. HEX triplet: B8, 1E and DF. RGB value is (184,30,223). Sum of RGB (Red+Green+Blue) = 184+30+223=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #B81EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDF is #47E120. Grayscale: #616161. Windows color (decimal): -4710689 or 14622392. OLE color: 14622392.

HSL color Cylindrical-coordinate representation of color #B81EDF: hue angle of 287.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81EDF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 30 223 -
CMYK 0.17 0.87 0 0.13
HSL 287.88º 0.76% 0.5% -
HSV(B) 287.88º 0.87% 0.87% -
XYZ 33.55 16.45 71.22 -
YUV 98.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 184 30 223 0.17 0.87 0 0.13 287.88 0.76 0.5
Hex B8 1E DF 11 57 0 D 120 4C 32
Octal 270 36 337 21 127 0 15 440 114 62
Binary 10111000 11110 11011111 10001 1010111 0 1101 100100000 1001100 110010

Color Harmonies of #B81EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EDF

Black with #B81EDF

Text Example


Text Example

White with #B81EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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