Html Css Color HEX #B40171 Jazzberry Jam

📋 copy color: '#B40171'

red 180 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B40171

Tints of Jazzberry Jam #B40171

RGB

 RED value IS 180 (70.7% from 255) = 61.22%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 61.22%
G = 0.34%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40171 (or 0xB40171) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 71. RGB value is (180,1,113). Sum of RGB (Red+Green+Blue) = 180+1+113=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B40171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40171 is #4BFE8E. Grayscale: #434343. Windows color (decimal): -4980367 or 7406004. OLE color: 7406004.

HSL color Cylindrical-coordinate representation of color #B40171: hue angle of 322.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40171 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 113 -
CMYK 0 0.99 0.37 0.29
HSL 322.46º 0.99% 0.35% -
HSV(B) 322.46º 0.99% 0.71% -
XYZ 21.81 10.92 16.58 -
YUV 67.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 180 1 113 0 0.99 0.37 0.29 322.46 0.99 0.35
Hex B4 1 71 0 63 25 1D 142 63 23
Octal 264 1 161 0 143 45 35 502 143 43
Binary 10110100 1 1110001 0 1100011 100101 11101 101000010 1100011 100011

Color Harmonies of #B40171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40171

Black with #B40171

Text Example


Text Example

White with #B40171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40171; }

 p { color: rgb(180,1,113); }

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

background-color css

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

 a { background-color: rgb(180,1,113); }

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

border-color css

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

 span { border-color: rgb(180,1,113); }

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