Html Css Color HEX #B7016E Jazzberry Jam

📋 copy color: '#B7016E'

red 183 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #B7016E

Tints of Jazzberry Jam #B7016E

RGB

 RED value IS 183 (71.88% from 255) = 62.24%

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

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

R = 62.24%
G = 0.34%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7016E (or 0xB7016E) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 6E. RGB value is (183,1,110). Sum of RGB (Red+Green+Blue) = 183+1+110=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7016E is #48FE91. Grayscale: #434343. Windows color (decimal): -4783762 or 7209399. OLE color: 7209399.

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

Color convert

RGB 183 1 110 -
CMYK 0 0.99 0.40 0.28
HSL 324.07º 0.99% 0.36% -
HSV(B) 324.07º 0.99% 0.72% -
XYZ 22.35 11.21 15.74 -
YUV 67.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 183 1 110 0 0.99 0.40 0.28 324.07 0.99 0.36
Hex B7 1 6E 0 63 28 1C 144 63 24
Octal 267 1 156 0 143 50 34 504 143 44
Binary 10110111 1 1101110 0 1100011 101000 11100 101000100 1100011 100100

Color Harmonies of #B7016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7016E

Black with #B7016E

Text Example


Text Example

White with #B7016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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