Html Css Color HEX #B20265 Jazzberry Jam

📋 copy color: '#B20265'

red 178 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #B20265

Tints of Jazzberry Jam #B20265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 63.35%
G = 0.71%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20265 (or 0xB20265) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 65. RGB value is (178,2,101). Sum of RGB (Red+Green+Blue) = 178+2+101=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20265 is #4DFD9A. Grayscale: #414141. Windows color (decimal): -5111195 or 6619826. OLE color: 6619826.

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

Color convert

RGB 178 2 101 -
CMYK 0 0.99 0.43 0.30
HSL 326.25º 0.98% 0.35% -
HSV(B) 326.25º 0.99% 0.7% -
XYZ 20.73 10.45 13.24 -
YUV 65.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 178 2 101 0 0.99 0.43 0.30 326.25 0.98 0.35
Hex B2 2 65 0 63 2B 1E 146 62 23
Octal 262 2 145 0 143 53 36 506 142 43
Binary 10110010 10 1100101 0 1100011 101011 11110 101000110 1100010 100011

Color Harmonies of #B20265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20265

Black with #B20265

Text Example


Text Example

White with #B20265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20265; }

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

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

background-color css

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

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

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

border-color css

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

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

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