Html Css Color HEX #B20465 Jazzberry Jam

📋 copy color: '#B20465'

red 178 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #B20465

Tints of Jazzberry Jam #B20465

RGB

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

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

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

R = 62.9%
G = 1.41%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20465 (or 0xB20465) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 65. RGB value is (178,4,101). Sum of RGB (Red+Green+Blue) = 178+4+101=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B20465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20465 is #4DFB9A. Grayscale: #424242. Windows color (decimal): -5110683 or 6620338. OLE color: 6620338.

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

Color convert

RGB 178 4 101 -
CMYK 0 0.98 0.43 0.30
HSL 326.55º 0.96% 0.36% -
HSV(B) 326.55º 0.98% 0.7% -
XYZ 20.75 10.49 13.24 -
YUV 67.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 178 4 101 0 0.98 0.43 0.30 326.55 0.96 0.36
Hex B2 4 65 0 62 2B 1E 147 60 24
Octal 262 4 145 0 142 53 36 507 140 44
Binary 10110010 100 1100101 0 1100010 101011 11110 101000111 1100000 100100

Color Harmonies of #B20465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20465

Black with #B20465

Text Example


Text Example

White with #B20465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20465; }

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

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

background-color css

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

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

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

border-color css

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

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

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