Html Css Color HEX #B40774 Jazzberry Jam

📋 copy color: '#B40774'

red 180 ◦ green 7 ◦ blue 116

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

Shades of Jazzberry Jam #B40774

Tints of Jazzberry Jam #B40774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 59.41%
G = 2.31%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B40774 (or 0xB40774) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 74. RGB value is (180,7,116). Sum of RGB (Red+Green+Blue) = 180+7+116=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40774 is #4BF88B. Grayscale: #464646. Windows color (decimal): -4978828 or 7604148. OLE color: 7604148.

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

Color convert

RGB 180 7 116 -
CMYK 0 0.96 0.36 0.29
HSL 322.2º 0.93% 0.37% -
HSV(B) 322.2º 0.96% 0.71% -
XYZ 22.05 11.12 17.51 -
YUV 71.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 180 7 116 0 0.96 0.36 0.29 322.2 0.93 0.37
Hex B4 7 74 0 60 24 1D 142 5D 25
Octal 264 7 164 0 140 44 35 502 135 45
Binary 10110100 111 1110100 0 1100000 100100 11101 101000010 1011101 100101

Color Harmonies of #B40774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40774

Black with #B40774

Text Example


Text Example

White with #B40774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40774; }

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

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

background-color css

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

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

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

border-color css

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

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

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