Html Css Color HEX #B40672 Jazzberry Jam

📋 copy color: '#B40672'

red 180 ◦ green 6 ◦ blue 114

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

Shades of Jazzberry Jam #B40672

Tints of Jazzberry Jam #B40672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 60%
G = 2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40672 (or 0xB40672) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 72. RGB value is (180,6,114). Sum of RGB (Red+Green+Blue) = 180+6+114=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40672 is #4BF98D. Grayscale: #464646. Windows color (decimal): -4979086 or 7472820. OLE color: 7472820.

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

Color convert

RGB 180 6 114 -
CMYK 0 0.97 0.37 0.29
HSL 322.76º 0.94% 0.36% -
HSV(B) 322.76º 0.97% 0.71% -
XYZ 21.92 11.05 16.9 -
YUV 70.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 180 6 114 0 0.97 0.37 0.29 322.76 0.94 0.36
Hex B4 6 72 0 61 25 1D 143 5E 24
Octal 264 6 162 0 141 45 35 503 136 44
Binary 10110100 110 1110010 0 1100001 100101 11101 101000011 1011110 100100

Color Harmonies of #B40672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40672

Black with #B40672

Text Example


Text Example

White with #B40672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40672; }

 p { color: rgb(180,6,114); }

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

background-color css

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

 a { background-color: rgb(180,6,114); }

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

border-color css

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

 span { border-color: rgb(180,6,114); }

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