Html Css Color HEX #B40275 Jazzberry Jam

📋 copy color: '#B40275'

red 180 ◦ green 2 ◦ blue 117

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

Shades of Jazzberry Jam #B40275

Tints of Jazzberry Jam #B40275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 60.2%
G = 0.67%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B40275 (or 0xB40275) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 75. RGB value is (180,2,117). Sum of RGB (Red+Green+Blue) = 180+2+117=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B40275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40275 is #4BFD8A. Grayscale: #444444. Windows color (decimal): -4980107 or 7668404. OLE color: 7668404.

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

Color convert

RGB 180 2 117 -
CMYK 0 0.99 0.35 0.29
HSL 321.24º 0.98% 0.36% -
HSV(B) 321.24º 0.99% 0.71% -
XYZ 22.05 11.03 17.8 -
YUV 68.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 180 2 117 0 0.99 0.35 0.29 321.24 0.98 0.36
Hex B4 2 75 0 63 23 1D 141 62 24
Octal 264 2 165 0 143 43 35 501 142 44
Binary 10110100 10 1110101 0 1100011 100011 11101 101000001 1100010 100100

Color Harmonies of #B40275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40275

Black with #B40275

Text Example


Text Example

White with #B40275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40275; }

 p { color: rgb(180,2,117); }

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

background-color css

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

 a { background-color: rgb(180,2,117); }

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

border-color css

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

 span { border-color: rgb(180,2,117); }

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