Html Css Color HEX #B40174 Jazzberry Jam

📋 copy color: '#B40174'

red 180 ◦ green 1 ◦ blue 116

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

Shades of Jazzberry Jam #B40174

Tints of Jazzberry Jam #B40174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 60.61%
G = 0.34%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B40174 (or 0xB40174) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 74. RGB value is (180,1,116). Sum of RGB (Red+Green+Blue) = 180+1+116=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B40174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40174 is #4BFE8B. Grayscale: #434343. Windows color (decimal): -4980364 or 7602612. OLE color: 7602612.

HSL color Cylindrical-coordinate representation of color #B40174: hue angle of 321.45º 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 #B40174 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 116 -
CMYK 0 0.99 0.36 0.29
HSL 321.45º 0.99% 0.35% -
HSV(B) 321.45º 0.99% 0.71% -
XYZ 21.99 10.99 17.48 -
YUV 67.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 180 1 116 0 0.99 0.36 0.29 321.45 0.99 0.35
Hex B4 1 74 0 63 24 1D 141 63 23
Octal 264 1 164 0 143 44 35 501 143 43
Binary 10110100 1 1110100 0 1100011 100100 11101 101000001 1100011 100011

Color Harmonies of #B40174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40174

Black with #B40174

Text Example


Text Example

White with #B40174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40174; }

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

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

background-color css

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

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

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

border-color css

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

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

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