Html Css Color HEX #B81EDC Dark Orchid

📋 copy color: '#B81EDC'

red 184 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #B81EDC

Tints of Dark Orchid #B81EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 42.4%
G = 6.91%
B = 50.69%

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

#B81EDC (or 0xB81EDC) is known color: Dark Orchid. HEX triplet: B8, 1E and DC. RGB value is (184,30,220). Sum of RGB (Red+Green+Blue) = 184+30+220=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #B81EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDC is #47E123. Grayscale: #616161. Windows color (decimal): -4710692 or 14425784. OLE color: 14425784.

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

Color convert

RGB 184 30 220 -
CMYK 0.16 0.86 0 0.14
HSL 288.63º 0.76% 0.49% -
HSV(B) 288.63º 0.86% 0.86% -
XYZ 33.15 16.29 69.11 -
YUV 97.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 184 30 220 0.16 0.86 0 0.14 288.63 0.76 0.49
Hex B8 1E DC 10 56 0 E 121 4C 31
Octal 270 36 334 20 126 0 16 441 114 61
Binary 10111000 11110 11011100 10000 1010110 0 1110 100100001 1001100 110001

Color Harmonies of #B81EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EDC

Black with #B81EDC

Text Example


Text Example

White with #B81EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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