Html Css Color HEX #B2006C Jazzberry Jam

📋 copy color: '#B2006C'

red 178 ◦ green 0 ◦ blue 108

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

Shades of Jazzberry Jam #B2006C

Tints of Jazzberry Jam #B2006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 62.24%
G = 0%
B = 37.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2006C (or 0xB2006C) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 6C. RGB value is (178,0,108). Sum of RGB (Red+Green+Blue) = 178+0+108=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006C is #4DFF93. Grayscale: #414141. Windows color (decimal): -5111700 or 7078066. OLE color: 7078066.

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

Color convert

RGB 178 0 108 -
CMYK 0 1 0.39 0.30
HSL 323.6º 1% 0.35% -
HSV(B) 323.6º 1% 0.7% -
XYZ 21.07 10.55 15.11 -
YUV 65.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 178 0 108 0 1 0.39 0.30 323.6 1 0.35
Hex B2 0 6C 0 64 27 1E 144 64 23
Octal 262 0 154 0 144 47 36 504 144 43
Binary 10110010 0 1101100 0 1100100 100111 11110 101000100 1100100 100011

Color Harmonies of #B2006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2006C

Black with #B2006C

Text Example


Text Example

White with #B2006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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