Html Css Color HEX #B00BDA Dark Violet

📋 copy color: '#B00BDA'

red 176 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #B00BDA

Tints of Dark Violet #B00BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.72%

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

R = 43.46%
G = 2.72%
B = 53.83%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B00BDA (or 0xB00BDA) is known color: Dark Violet. HEX triplet: B0, 0B and DA. RGB value is (176,11,218). Sum of RGB (Red+Green+Blue) = 176+11+218=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #B00BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BDA is #4FF425. Grayscale: #535353. Windows color (decimal): -5239846 or 14289840. OLE color: 14289840.

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

Color convert

RGB 176 11 218 -
CMYK 0.19 0.95 0 0.15
HSL 287.83º 0.9% 0.45% -
HSV(B) 287.83º 0.95% 0.85% -
XYZ 30.68 14.53 67.52 -
YUV 83.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 176 11 218 0.19 0.95 0 0.15 287.83 0.9 0.45
Hex B0 B DA 13 5F 0 F 120 5A 2D
Octal 260 13 332 23 137 0 17 440 132 55
Binary 10110000 1011 11011010 10011 1011111 0 1111 100100000 1011010 101101

Color Harmonies of #B00BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BDA

Black with #B00BDA

Text Example


Text Example

White with #B00BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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