Html Css Color HEX #B104DA Dark Violet

📋 copy color: '#B104DA'

red 177 ◦ green 4 ◦ blue 218

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

Shades of Dark Violet #B104DA

Tints of Dark Violet #B104DA

RGB

 RED value IS 177 (69.53% from 255) = 44.36%

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 44.36%
G = 1%
B = 54.64%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B104DA (or 0xB104DA) is known color: Dark Violet. HEX triplet: B1, 04 and DA. RGB value is (177,4,218). Sum of RGB (Red+Green+Blue) = 177+4+218=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #B104DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104DA is #4EFB25. Grayscale: #4F4F4F. Windows color (decimal): -5176102 or 14288049. OLE color: 14288049.

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

Color convert

RGB 177 4 218 -
CMYK 0.19 0.98 0 0.15
HSL 288.5º 0.96% 0.44% -
HSV(B) 288.5º 0.98% 0.85% -
XYZ 30.83 14.5 67.5 -
YUV 80.12 205.81 197.1 -
System Red Green Blue C M Y K H S L
Decimal 177 4 218 0.19 0.98 0 0.15 288.5 0.96 0.44
Hex B1 4 DA 13 62 0 F 121 60 2C
Octal 261 4 332 23 142 0 17 441 140 54
Binary 10110001 100 11011010 10011 1100010 0 1111 100100001 1100000 101100

Color Harmonies of #B104DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104DA

Black with #B104DA

Text Example


Text Example

White with #B104DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104DA; }

 p { color: rgb(177,4,218); }

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

background-color css

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

 a { background-color: rgb(177,4,218); }

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

border-color css

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

 span { border-color: rgb(177,4,218); }

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