Html Css Color HEX #B4016B Jazzberry Jam

📋 copy color: '#B4016B'

red 180 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #B4016B

Tints of Jazzberry Jam #B4016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 62.5%
G = 0.35%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4016B (or 0xB4016B) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 6B. RGB value is (180,1,107). Sum of RGB (Red+Green+Blue) = 180+1+107=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4016B is #4BFE94. Grayscale: #424242. Windows color (decimal): -4980373 or 7012788. OLE color: 7012788.

HSL color Cylindrical-coordinate representation of color #B4016B: hue angle of 324.47º 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 #B4016B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 107 -
CMYK 0 0.99 0.41 0.29
HSL 324.47º 0.99% 0.35% -
HSV(B) 324.47º 0.99% 0.71% -
XYZ 21.49 10.79 14.86 -
YUV 66.61 150.8 208.88 -
System Red Green Blue C M Y K H S L
Decimal 180 1 107 0 0.99 0.41 0.29 324.47 0.99 0.35
Hex B4 1 6B 0 63 29 1D 144 63 23
Octal 264 1 153 0 143 51 35 504 143 43
Binary 10110100 1 1101011 0 1100011 101001 11101 101000100 1100011 100011

Color Harmonies of #B4016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4016B

Black with #B4016B

Text Example


Text Example

White with #B4016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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