Html Css Color HEX #B20068 Jazzberry Jam

📋 copy color: '#B20068'

red 178 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #B20068

Tints of Jazzberry Jam #B20068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 63.12%
G = 0%
B = 36.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20068 (or 0xB20068) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 68. RGB value is (178,0,104). Sum of RGB (Red+Green+Blue) = 178+0+104=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B20068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20068 is #4DFF97. Grayscale: #404040. Windows color (decimal): -5111704 or 6815922. OLE color: 6815922.

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

Color convert

RGB 178 0 104 -
CMYK 0 1 0.42 0.30
HSL 324.94º 1% 0.35% -
HSV(B) 324.94º 1% 0.7% -
XYZ 20.86 10.46 14.02 -
YUV 65.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 178 0 104 0 1 0.42 0.30 324.94 1 0.35
Hex B2 0 68 0 64 2A 1E 145 64 23
Octal 262 0 150 0 144 52 36 505 144 43
Binary 10110010 0 1101000 0 1100100 101010 11110 101000101 1100100 100011

Color Harmonies of #B20068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20068

Black with #B20068

Text Example


Text Example

White with #B20068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20068; }

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

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

background-color css

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

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

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

border-color css

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

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

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