Html Css Color HEX #B20375 Jazzberry Jam

📋 copy color: '#B20375'

red 178 ◦ green 3 ◦ blue 117

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

Shades of Jazzberry Jam #B20375

Tints of Jazzberry Jam #B20375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 59.73%
G = 1.01%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20375 (or 0xB20375) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 75. RGB value is (178,3,117). Sum of RGB (Red+Green+Blue) = 178+3+117=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20375 is #4DFC8A. Grayscale: #444444. Windows color (decimal): -5110923 or 7668658. OLE color: 7668658.

HSL color Cylindrical-coordinate representation of color #B20375: hue angle of 320.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20375 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 117 -
CMYK 0 0.98 0.34 0.30
HSL 320.91º 0.97% 0.35% -
HSV(B) 320.91º 0.98% 0.7% -
XYZ 21.6 10.81 17.78 -
YUV 68.32 155.48 206.23 -
System Red Green Blue C M Y K H S L
Decimal 178 3 117 0 0.98 0.34 0.30 320.91 0.97 0.35
Hex B2 3 75 0 62 22 1E 141 61 23
Octal 262 3 165 0 142 42 36 501 141 43
Binary 10110010 11 1110101 0 1100010 100010 11110 101000001 1100001 100011

Color Harmonies of #B20375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20375

Black with #B20375

Text Example


Text Example

White with #B20375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20375; }

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

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

background-color css

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

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

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

border-color css

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

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

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