Html Css Color HEX #B20069 Jazzberry Jam

📋 copy color: '#B20069'

red 178 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #B20069

Tints of Jazzberry Jam #B20069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 62.9%
G = 0%
B = 37.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B20069 (or 0xB20069) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 69. RGB value is (178,0,105). Sum of RGB (Red+Green+Blue) = 178+0+105=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B20069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20069 is #4DFF96. Grayscale: #404040. Windows color (decimal): -5111703 or 6881458. OLE color: 6881458.

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

Color convert

RGB 178 0 105 -
CMYK 0 1 0.41 0.30
HSL 324.61º 1% 0.35% -
HSV(B) 324.61º 1% 0.7% -
XYZ 20.91 10.48 14.29 -
YUV 65.19 150.47 208.46 -
System Red Green Blue C M Y K H S L
Decimal 178 0 105 0 1 0.41 0.30 324.61 1 0.35
Hex B2 0 69 0 64 29 1E 145 64 23
Octal 262 0 151 0 144 51 36 505 144 43
Binary 10110010 0 1101001 0 1100100 101001 11110 101000101 1100100 100011

Color Harmonies of #B20069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20069

Black with #B20069

Text Example


Text Example

White with #B20069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20069; }

 p { color: rgb(178,0,105); }

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

background-color css

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

 a { background-color: rgb(178,0,105); }

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

border-color css

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

 span { border-color: rgb(178,0,105); }

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