Html Css Color HEX #B20A6A Jazzberry Jam

📋 copy color: '#B20A6A'

red 178 ◦ green 10 ◦ blue 106

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

Shades of Jazzberry Jam #B20A6A

Tints of Jazzberry Jam #B20A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.4%

 BLUE value IS 106 (41.8% from 255) = 36.05%

R = 60.54%
G = 3.4%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B20A6A (or 0xB20A6A) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 6A. RGB value is (178,10,106). Sum of RGB (Red+Green+Blue) = 178+10+106=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A6A is #4DF595. Grayscale: #464646. Windows color (decimal): -5109142 or 6949554. OLE color: 6949554.

HSL color Cylindrical-coordinate representation of color #B20A6A: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A6A is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 106 -
CMYK 0 0.94 0.40 0.30
HSL 325.71º 0.89% 0.37% -
HSV(B) 325.71º 0.94% 0.7% -
XYZ 21.07 10.72 14.59 -
YUV 71.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 178 10 106 0 0.94 0.40 0.30 325.71 0.89 0.37
Hex B2 A 6A 0 5E 28 1E 146 59 25
Octal 262 12 152 0 136 50 36 506 131 45
Binary 10110010 1010 1101010 0 1011110 101000 11110 101000110 1011001 100101

Color Harmonies of #B20A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A6A

Black with #B20A6A

Text Example


Text Example

White with #B20A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A6A; }

 p { color: rgb(178,10,106); }

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

background-color css

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

 a { background-color: rgb(178,10,106); }

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

border-color css

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

 span { border-color: rgb(178,10,106); }

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