Html Css Color HEX #B20274 Jazzberry Jam

📋 copy color: '#B20274'

red 178 ◦ green 2 ◦ blue 116

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

Shades of Jazzberry Jam #B20274

Tints of Jazzberry Jam #B20274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 60.14%
G = 0.68%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20274 (or 0xB20274) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 74. RGB value is (178,2,116). Sum of RGB (Red+Green+Blue) = 178+2+116=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B20274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20274 is #4DFD8B. Grayscale: #434343. Windows color (decimal): -5111180 or 7602866. OLE color: 7602866.

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

Color convert

RGB 178 2 116 -
CMYK 0 0.99 0.35 0.30
HSL 321.14º 0.98% 0.35% -
HSV(B) 321.14º 0.99% 0.7% -
XYZ 21.53 10.77 17.47 -
YUV 67.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 178 2 116 0 0.99 0.35 0.30 321.14 0.98 0.35
Hex B2 2 74 0 63 23 1E 141 62 23
Octal 262 2 164 0 143 43 36 501 142 43
Binary 10110010 10 1110100 0 1100011 100011 11110 101000001 1100010 100011

Color Harmonies of #B20274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20274

Black with #B20274

Text Example


Text Example

White with #B20274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20274; }

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

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

background-color css

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

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

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

border-color css

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

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

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