Html Css Color HEX #B40874 Jazzberry Jam

📋 copy color: '#B40874'

red 180 ◦ green 8 ◦ blue 116

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

Shades of Jazzberry Jam #B40874

Tints of Jazzberry Jam #B40874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 59.21%
G = 2.63%
B = 38.16%

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

#B40874 (or 0xB40874) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 74. RGB value is (180,8,116). Sum of RGB (Red+Green+Blue) = 180+8+116=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B40874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40874 is #4BF78B. Grayscale: #474747. Windows color (decimal): -4978572 or 7604404. OLE color: 7604404.

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

Color convert

RGB 180 8 116 -
CMYK 0 0.96 0.36 0.29
HSL 322.33º 0.91% 0.37% -
HSV(B) 322.33º 0.96% 0.71% -
XYZ 22.06 11.14 17.51 -
YUV 71.74 152.98 205.22 -
System Red Green Blue C M Y K H S L
Decimal 180 8 116 0 0.96 0.36 0.29 322.33 0.91 0.37
Hex B4 8 74 0 60 24 1D 142 5B 25
Octal 264 10 164 0 140 44 35 502 133 45
Binary 10110100 1000 1110100 0 1100000 100100 11101 101000010 1011011 100101

Color Harmonies of #B40874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40874

Black with #B40874

Text Example


Text Example

White with #B40874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40874; }

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

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

background-color css

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

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

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

border-color css

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

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

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