Html Css Color HEX #B20C65 Jazzberry Jam

📋 copy color: '#B20C65'

red 178 ◦ green 12 ◦ blue 101

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

Shades of Jazzberry Jam #B20C65

Tints of Jazzberry Jam #B20C65

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.12%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 61.17%
G = 4.12%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20C65 (or 0xB20C65) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 65. RGB value is (178,12,101). Sum of RGB (Red+Green+Blue) = 178+12+101=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C65 is #4DF39A. Grayscale: #474747. Windows color (decimal): -5108635 or 6622386. OLE color: 6622386.

HSL color Cylindrical-coordinate representation of color #B20C65: hue angle of 327.83º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C65 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 101 -
CMYK 0 0.93 0.43 0.30
HSL 327.83º 0.87% 0.37% -
HSV(B) 327.83º 0.93% 0.7% -
XYZ 20.84 10.67 13.27 -
YUV 71.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 178 12 101 0 0.93 0.43 0.30 327.83 0.87 0.37
Hex B2 C 65 0 5D 2B 1E 148 57 25
Octal 262 14 145 0 135 53 36 510 127 45
Binary 10110010 1100 1100101 0 1011101 101011 11110 101001000 1010111 100101

Color Harmonies of #B20C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C65

Black with #B20C65

Text Example


Text Example

White with #B20C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C65; }

 p { color: rgb(178,12,101); }

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

background-color css

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

 a { background-color: rgb(178,12,101); }

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

border-color css

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

 span { border-color: rgb(178,12,101); }

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