Html Css Color HEX #B2006F Jazzberry Jam

📋 copy color: '#B2006F'

red 178 ◦ green 0 ◦ blue 111

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

Shades of Jazzberry Jam #B2006F

Tints of Jazzberry Jam #B2006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 61.59%
G = 0%
B = 38.41%

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

#B2006F (or 0xB2006F) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 6F. RGB value is (178,0,111). Sum of RGB (Red+Green+Blue) = 178+0+111=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006F is #4DFF90. Grayscale: #414141. Windows color (decimal): -5111697 or 7274674. OLE color: 7274674.

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

Color convert

RGB 178 0 111 -
CMYK 0 1 0.38 0.30
HSL 322.58º 1% 0.35% -
HSV(B) 322.58º 1% 0.7% -
XYZ 21.23 10.61 15.97 -
YUV 65.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 178 0 111 0 1 0.38 0.30 322.58 1 0.35
Hex B2 0 6F 0 64 26 1E 143 64 23
Octal 262 0 157 0 144 46 36 503 144 43
Binary 10110010 0 1101111 0 1100100 100110 11110 101000011 1100100 100011

Color Harmonies of #B2006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2006F

Black with #B2006F

Text Example


Text Example

White with #B2006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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