Html Css Color HEX #B2006E Jazzberry Jam

📋 copy color: '#B2006E'

red 178 ◦ green 0 ◦ blue 110

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

Shades of Jazzberry Jam #B2006E

Tints of Jazzberry Jam #B2006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 61.81%
G = 0%
B = 38.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2006E (or 0xB2006E) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 6E. RGB value is (178,0,110). Sum of RGB (Red+Green+Blue) = 178+0+110=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006E is #4DFF91. Grayscale: #414141. Windows color (decimal): -5111698 or 7209138. OLE color: 7209138.

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

Color convert

RGB 178 0 110 -
CMYK 0 1 0.38 0.30
HSL 322.92º 1% 0.35% -
HSV(B) 322.92º 1% 0.7% -
XYZ 21.17 10.59 15.68 -
YUV 65.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 178 0 110 0 1 0.38 0.30 322.92 1 0.35
Hex B2 0 6E 0 64 26 1E 143 64 23
Octal 262 0 156 0 144 46 36 503 144 43
Binary 10110010 0 1101110 0 1100100 100110 11110 101000011 1100100 100011

Color Harmonies of #B2006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2006E

Black with #B2006E

Text Example


Text Example

White with #B2006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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