Html Css Color HEX #B2024E Jazzberry Jam

📋 copy color: '#B2024E'

red 178 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #B2024E

Tints of Jazzberry Jam #B2024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 68.99%
G = 0.78%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2024E (or 0xB2024E) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 4E. RGB value is (178,2,78). Sum of RGB (Red+Green+Blue) = 178+2+78=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2024E is #4DFDB1. Grayscale: #3F3F3F. Windows color (decimal): -5111218 or 5112498. OLE color: 5112498.

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

Color convert

RGB 178 2 78 -
CMYK 0 0.99 0.56 0.30
HSL 334.09º 0.98% 0.35% -
HSV(B) 334.09º 0.99% 0.7% -
XYZ 19.76 10.06 8.11 -
YUV 63.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 178 2 78 0 0.99 0.56 0.30 334.09 0.98 0.35
Hex B2 2 4E 0 63 38 1E 14E 62 23
Octal 262 2 116 0 143 70 36 516 142 43
Binary 10110010 10 1001110 0 1100011 111000 11110 101001110 1100010 100011

Color Harmonies of #B2024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2024E

Black with #B2024E

Text Example


Text Example

White with #B2024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2024E; }

 p { color: rgb(178,2,78); }

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

background-color css

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

 a { background-color: rgb(178,2,78); }

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

border-color css

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

 span { border-color: rgb(178,2,78); }

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