Html Css Color HEX #B40172 Jazzberry Jam

📋 copy color: '#B40172'

red 180 ◦ green 1 ◦ blue 114

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

Shades of Jazzberry Jam #B40172

Tints of Jazzberry Jam #B40172

RGB

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

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

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

R = 61.02%
G = 0.34%
B = 38.64%

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

#B40172 (or 0xB40172) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 72. RGB value is (180,1,114). Sum of RGB (Red+Green+Blue) = 180+1+114=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B40172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40172 is #4BFE8D. Grayscale: #434343. Windows color (decimal): -4980366 or 7471540. OLE color: 7471540.

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

Color convert

RGB 180 1 114 -
CMYK 0 0.99 0.37 0.29
HSL 322.12º 0.99% 0.35% -
HSV(B) 322.12º 0.99% 0.71% -
XYZ 21.87 10.94 16.88 -
YUV 67.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 180 1 114 0 0.99 0.37 0.29 322.12 0.99 0.35
Hex B4 1 72 0 63 25 1D 142 63 23
Octal 264 1 162 0 143 45 35 502 143 43
Binary 10110100 1 1110010 0 1100011 100101 11101 101000010 1100011 100011

Color Harmonies of #B40172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40172

Black with #B40172

Text Example


Text Example

White with #B40172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40172; }

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

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

background-color css

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

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

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

border-color css

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

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

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