Html Css Color HEX #B20462 Jazzberry Jam

📋 copy color: '#B20462'

red 178 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #B20462

Tints of Jazzberry Jam #B20462

RGB

 RED value IS 178 (69.92% from 255) = 63.57%

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 63.57%
G = 1.43%
B = 35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B20462 (or 0xB20462) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 62. RGB value is (178,4,98). Sum of RGB (Red+Green+Blue) = 178+4+98=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B20462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20462 is #4DFB9D. Grayscale: #424242. Windows color (decimal): -5110686 or 6423730. OLE color: 6423730.

HSL color Cylindrical-coordinate representation of color #B20462: hue angle of 327.59º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20462 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 98 -
CMYK 0 0.98 0.45 0.30
HSL 327.59º 0.96% 0.36% -
HSV(B) 327.59º 0.98% 0.7% -
XYZ 20.61 10.43 12.48 -
YUV 66.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 178 4 98 0 0.98 0.45 0.30 327.59 0.96 0.36
Hex B2 4 62 0 62 2D 1E 148 60 24
Octal 262 4 142 0 142 55 36 510 140 44
Binary 10110010 100 1100010 0 1100010 101101 11110 101001000 1100000 100100

Color Harmonies of #B20462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20462

Black with #B20462

Text Example


Text Example

White with #B20462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20462; }

 p { color: rgb(178,4,98); }

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

background-color css

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

 a { background-color: rgb(178,4,98); }

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

border-color css

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

 span { border-color: rgb(178,4,98); }

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