Html Css Color HEX #B20865 Jazzberry Jam

📋 copy color: '#B20865'

red 178 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #B20865

Tints of Jazzberry Jam #B20865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

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

R = 62.02%
G = 2.79%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20865 (or 0xB20865) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 65. RGB value is (178,8,101). Sum of RGB (Red+Green+Blue) = 178+8+101=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B20865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20865 is #4DF79A. Grayscale: #454545. Windows color (decimal): -5109659 or 6621362. OLE color: 6621362.

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

Color convert

RGB 178 8 101 -
CMYK 0 0.96 0.43 0.30
HSL 327.18º 0.91% 0.36% -
HSV(B) 327.18º 0.96% 0.7% -
XYZ 20.8 10.58 13.26 -
YUV 69.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 178 8 101 0 0.96 0.43 0.30 327.18 0.91 0.36
Hex B2 8 65 0 60 2B 1E 147 5B 24
Octal 262 10 145 0 140 53 36 507 133 44
Binary 10110010 1000 1100101 0 1100000 101011 11110 101000111 1011011 100100

Color Harmonies of #B20865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20865

Black with #B20865

Text Example


Text Example

White with #B20865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20865; }

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

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

background-color css

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

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

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

border-color css

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

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

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