Html Css Color HEX #B81EDA Dark Orchid

📋 copy color: '#B81EDA'

red 184 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #B81EDA

Tints of Dark Orchid #B81EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 42.59%
G = 6.94%
B = 50.46%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B81EDA (or 0xB81EDA) is known color: Dark Orchid. HEX triplet: B8, 1E and DA. RGB value is (184,30,218). Sum of RGB (Red+Green+Blue) = 184+30+218=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #B81EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDA is #47E125. Grayscale: #606060. Windows color (decimal): -4710694 or 14294712. OLE color: 14294712.

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

Color convert

RGB 184 30 218 -
CMYK 0.16 0.86 0 0.15
HSL 289.15º 0.76% 0.49% -
HSV(B) 289.15º 0.86% 0.85% -
XYZ 32.89 16.18 67.72 -
YUV 97.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 184 30 218 0.16 0.86 0 0.15 289.15 0.76 0.49
Hex B8 1E DA 10 56 0 F 121 4C 31
Octal 270 36 332 20 126 0 17 441 114 61
Binary 10111000 11110 11011010 10000 1010110 0 1111 100100001 1001100 110001

Color Harmonies of #B81EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EDA

Black with #B81EDA

Text Example


Text Example

White with #B81EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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