Html Css Color HEX #B5016C Jazzberry Jam

📋 copy color: '#B5016C'

red 181 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #B5016C

Tints of Jazzberry Jam #B5016C

RGB

 RED value IS 181 (71.09% from 255) = 62.41%

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

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

R = 62.41%
G = 0.34%
B = 37.24%

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

#B5016C (or 0xB5016C) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 6C. RGB value is (181,1,108). Sum of RGB (Red+Green+Blue) = 181+1+108=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5016C is #4AFE93. Grayscale: #424242. Windows color (decimal): -4914836 or 7078325. OLE color: 7078325.

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

Color convert

RGB 181 1 108 -
CMYK 0 0.99 0.40 0.29
HSL 324.33º 0.99% 0.36% -
HSV(B) 324.33º 0.99% 0.71% -
XYZ 21.77 10.93 15.15 -
YUV 67.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 181 1 108 0 0.99 0.40 0.29 324.33 0.99 0.36
Hex B5 1 6C 0 63 28 1D 144 63 24
Octal 265 1 154 0 143 50 35 504 143 44
Binary 10110101 1 1101100 0 1100011 101000 11101 101000100 1100011 100100

Color Harmonies of #B5016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5016C

Black with #B5016C

Text Example


Text Example

White with #B5016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5016C; }

 p { color: rgb(181,1,108); }

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

background-color css

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

 a { background-color: rgb(181,1,108); }

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

border-color css

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

 span { border-color: rgb(181,1,108); }

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