Html Css Color HEX #B20866 Jazzberry Jam

📋 copy color: '#B20866'

red 178 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #B20866

Tints of Jazzberry Jam #B20866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 61.81%
G = 2.78%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20866 (or 0xB20866) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 66. RGB value is (178,8,102). Sum of RGB (Red+Green+Blue) = 178+8+102=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B20866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20866 is #4DF799. Grayscale: #454545. Windows color (decimal): -5109658 or 6686898. OLE color: 6686898.

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

Color convert

RGB 178 8 102 -
CMYK 0 0.96 0.43 0.30
HSL 326.82º 0.91% 0.36% -
HSV(B) 326.82º 0.96% 0.7% -
XYZ 20.85 10.6 13.52 -
YUV 69.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 178 8 102 0 0.96 0.43 0.30 326.82 0.91 0.36
Hex B2 8 66 0 60 2B 1E 147 5B 24
Octal 262 10 146 0 140 53 36 507 133 44
Binary 10110010 1000 1100110 0 1100000 101011 11110 101000111 1011011 100100

Color Harmonies of #B20866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20866

Black with #B20866

Text Example


Text Example

White with #B20866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20866; }

 p { color: rgb(178,8,102); }

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

background-color css

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

 a { background-color: rgb(178,8,102); }

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

border-color css

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

 span { border-color: rgb(178,8,102); }

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