Html Css Color HEX #B20875 Jazzberry Jam

📋 copy color: '#B20875'

red 178 ◦ green 8 ◦ blue 117

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

Shades of Jazzberry Jam #B20875

Tints of Jazzberry Jam #B20875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 58.75%
G = 2.64%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20875 (or 0xB20875) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 75. RGB value is (178,8,117). Sum of RGB (Red+Green+Blue) = 178+8+117=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B20875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20875 is #4DF78A. Grayscale: #464646. Windows color (decimal): -5109643 or 7669938. OLE color: 7669938.

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

Color convert

RGB 178 8 117 -
CMYK 0 0.96 0.34 0.30
HSL 321.53º 0.91% 0.36% -
HSV(B) 321.53º 0.96% 0.7% -
XYZ 21.66 10.92 17.8 -
YUV 71.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 178 8 117 0 0.96 0.34 0.30 321.53 0.91 0.36
Hex B2 8 75 0 60 22 1E 142 5B 24
Octal 262 10 165 0 140 42 36 502 133 44
Binary 10110010 1000 1110101 0 1100000 100010 11110 101000010 1011011 100100

Color Harmonies of #B20875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20875

Black with #B20875

Text Example


Text Example

White with #B20875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20875; }

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

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

background-color css

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

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

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

border-color css

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

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

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