Html Css Color HEX #B00EDA Dark Violet

📋 copy color: '#B00EDA'

red 176 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #B00EDA

Tints of Dark Violet #B00EDA

RGB

 RED value IS 176 (69.14% from 255) = 43.14%

 GREEN value IS 14 (5.86% from 255) = 3.43%

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

R = 43.14%
G = 3.43%
B = 53.43%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B00EDA (or 0xB00EDA) is known color: Dark Violet. HEX triplet: B0, 0E and DA. RGB value is (176,14,218). Sum of RGB (Red+Green+Blue) = 176+14+218=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #B00EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EDA is #4FF125. Grayscale: #555555. Windows color (decimal): -5239078 or 14290608. OLE color: 14290608.

HSL color Cylindrical-coordinate representation of color #B00EDA: hue angle of 287.65º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EDA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 14 218 -
CMYK 0.19 0.94 0 0.15
HSL 287.65º 0.88% 0.45% -
HSV(B) 287.65º 0.94% 0.85% -
XYZ 30.72 14.61 67.53 -
YUV 85.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 176 14 218 0.19 0.94 0 0.15 287.65 0.88 0.45
Hex B0 E DA 13 5E 0 F 120 58 2D
Octal 260 16 332 23 136 0 17 440 130 55
Binary 10110000 1110 11011010 10011 1011110 0 1111 100100000 1011000 101101

Color Harmonies of #B00EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EDA

Black with #B00EDA

Text Example


Text Example

White with #B00EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EDA; }

 p { color: rgb(176,14,218); }

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

background-color css

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

 a { background-color: rgb(176,14,218); }

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

border-color css

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

 span { border-color: rgb(176,14,218); }

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