Html Css Color HEX #B104DF Dark Violet

📋 copy color: '#B104DF'

red 177 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #B104DF

Tints of Dark Violet #B104DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 43.81%
G = 0.99%
B = 55.2%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B104DF (or 0xB104DF) is known color: Dark Violet. HEX triplet: B1, 04 and DF. RGB value is (177,4,223). Sum of RGB (Red+Green+Blue) = 177+4+223=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #B104DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104DF is #4EFB20. Grayscale: #4F4F4F. Windows color (decimal): -5176097 or 14615729. OLE color: 14615729.

HSL color Cylindrical-coordinate representation of color #B104DF: hue angle of 287.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104DF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 4 223 -
CMYK 0.21 0.98 0 0.13
HSL 287.4º 0.96% 0.45% -
HSV(B) 287.4º 0.98% 0.87% -
XYZ 31.49 14.76 71 -
YUV 80.69 208.31 196.69 -
System Red Green Blue C M Y K H S L
Decimal 177 4 223 0.21 0.98 0 0.13 287.4 0.96 0.45
Hex B1 4 DF 15 62 0 D 11F 60 2D
Octal 261 4 337 25 142 0 15 437 140 55
Binary 10110001 100 11011111 10101 1100010 0 1101 100011111 1100000 101101

Color Harmonies of #B104DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104DF

Black with #B104DF

Text Example


Text Example

White with #B104DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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