Html Css Color HEX #B40157 Jazzberry Jam

📋 copy color: '#B40157'

red 180 ◦ green 1 ◦ blue 87

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

Shades of Jazzberry Jam #B40157

Tints of Jazzberry Jam #B40157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 67.16%
G = 0.37%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40157 (or 0xB40157) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 57. RGB value is (180,1,87). Sum of RGB (Red+Green+Blue) = 180+1+87=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B40157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40157 is #4BFEA8. Grayscale: #404040. Windows color (decimal): -4980393 or 5702068. OLE color: 5702068.

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

Color convert

RGB 180 1 87 -
CMYK 0 0.99 0.52 0.29
HSL 331.17º 0.99% 0.35% -
HSV(B) 331.17º 0.99% 0.71% -
XYZ 20.55 10.41 9.94 -
YUV 64.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 180 1 87 0 0.99 0.52 0.29 331.17 0.99 0.35
Hex B4 1 57 0 63 34 1D 14B 63 23
Octal 264 1 127 0 143 64 35 513 143 43
Binary 10110100 1 1010111 0 1100011 110100 11101 101001011 1100011 100011

Color Harmonies of #B40157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40157

Black with #B40157

Text Example


Text Example

White with #B40157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40157; }

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

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

background-color css

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

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

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

border-color css

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

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

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