Html Css Color HEX #B40255 Jazzberry Jam

📋 copy color: '#B40255'

red 180 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B40255

Tints of Jazzberry Jam #B40255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 67.42%
G = 0.75%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B40255 (or 0xB40255) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 55. RGB value is (180,2,85). Sum of RGB (Red+Green+Blue) = 180+2+85=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40255 is #4BFDAA. Grayscale: #404040. Windows color (decimal): -4980139 or 5571252. OLE color: 5571252.

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

Color convert

RGB 180 2 85 -
CMYK 0 0.99 0.53 0.29
HSL 332.02º 0.98% 0.36% -
HSV(B) 332.02º 0.99% 0.71% -
XYZ 20.48 10.4 9.52 -
YUV 64.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 180 2 85 0 0.99 0.53 0.29 332.02 0.98 0.36
Hex B4 2 55 0 63 35 1D 14C 62 24
Octal 264 2 125 0 143 65 35 514 142 44
Binary 10110100 10 1010101 0 1100011 110101 11101 101001100 1100010 100100

Color Harmonies of #B40255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40255

Black with #B40255

Text Example


Text Example

White with #B40255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40255; }

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

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

background-color css

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

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

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

border-color css

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

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

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