Html Css Color HEX #B4016F Jazzberry Jam

📋 copy color: '#B4016F'

red 180 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #B4016F

Tints of Jazzberry Jam #B4016F

RGB

 RED value IS 180 (70.7% from 255) = 61.64%

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

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

R = 61.64%
G = 0.34%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4016F (or 0xB4016F) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 6F. RGB value is (180,1,111). Sum of RGB (Red+Green+Blue) = 180+1+111=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4016F is #4BFE90. Grayscale: #424242. Windows color (decimal): -4980369 or 7274932. OLE color: 7274932.

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

Color convert

RGB 180 1 111 -
CMYK 0 0.99 0.38 0.29
HSL 323.13º 0.99% 0.35% -
HSV(B) 323.13º 0.99% 0.71% -
XYZ 21.7 10.87 15.99 -
YUV 67.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 180 1 111 0 0.99 0.38 0.29 323.13 0.99 0.35
Hex B4 1 6F 0 63 26 1D 143 63 23
Octal 264 1 157 0 143 46 35 503 143 43
Binary 10110100 1 1101111 0 1100011 100110 11101 101000011 1100011 100011

Color Harmonies of #B4016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4016F

Black with #B4016F

Text Example


Text Example

White with #B4016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4016F; }

 p { color: rgb(180,1,111); }

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

background-color css

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

 a { background-color: rgb(180,1,111); }

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

border-color css

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

 span { border-color: rgb(180,1,111); }

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