Html Css Color HEX #B6016E Jazzberry Jam

📋 copy color: '#B6016E'

red 182 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #B6016E

Tints of Jazzberry Jam #B6016E

RGB

 RED value IS 182 (71.48% from 255) = 62.12%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 62.12%
G = 0.34%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6016E (or 0xB6016E) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 6E. RGB value is (182,1,110). Sum of RGB (Red+Green+Blue) = 182+1+110=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6016E is #49FE91. Grayscale: #434343. Windows color (decimal): -4849298 or 7209398. OLE color: 7209398.

HSL color Cylindrical-coordinate representation of color #B6016E: hue angle of 323.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6016E is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 110 -
CMYK 0 0.99 0.40 0.29
HSL 323.87º 0.99% 0.36% -
HSV(B) 323.87º 0.99% 0.71% -
XYZ 22.12 11.09 15.73 -
YUV 67.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 182 1 110 0 0.99 0.40 0.29 323.87 0.99 0.36
Hex B6 1 6E 0 63 28 1D 144 63 24
Octal 266 1 156 0 143 50 35 504 143 44
Binary 10110110 1 1101110 0 1100011 101000 11101 101000100 1100011 100100

Color Harmonies of #B6016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6016E

Black with #B6016E

Text Example


Text Example

White with #B6016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6016E; }

 p { color: rgb(182,1,110); }

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

background-color css

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

 a { background-color: rgb(182,1,110); }

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

border-color css

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

 span { border-color: rgb(182,1,110); }

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