Html Css Color HEX #B40273 Jazzberry Jam

📋 copy color: '#B40273'

red 180 ◦ green 2 ◦ blue 115

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

Shades of Jazzberry Jam #B40273

Tints of Jazzberry Jam #B40273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 60.61%
G = 0.67%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B40273 (or 0xB40273) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 73. RGB value is (180,2,115). Sum of RGB (Red+Green+Blue) = 180+2+115=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B40273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40273 is #4BFD8C. Grayscale: #434343. Windows color (decimal): -4980109 or 7537332. OLE color: 7537332.

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

Color convert

RGB 180 2 115 -
CMYK 0 0.99 0.36 0.29
HSL 321.91º 0.98% 0.36% -
HSV(B) 321.91º 0.99% 0.71% -
XYZ 21.94 10.98 17.18 -
YUV 68.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 180 2 115 0 0.99 0.36 0.29 321.91 0.98 0.36
Hex B4 2 73 0 63 24 1D 142 62 24
Octal 264 2 163 0 143 44 35 502 142 44
Binary 10110100 10 1110011 0 1100011 100100 11101 101000010 1100010 100100

Color Harmonies of #B40273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40273

Black with #B40273

Text Example


Text Example

White with #B40273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40273; }

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

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

background-color css

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

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

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

border-color css

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

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

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