Html Css Color HEX #B5016D Jazzberry Jam

📋 copy color: '#B5016D'

red 181 ◦ green 1 ◦ blue 109

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

Shades of Jazzberry Jam #B5016D

Tints of Jazzberry Jam #B5016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 62.2%
G = 0.34%
B = 37.46%

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

#B5016D (or 0xB5016D) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 6D. RGB value is (181,1,109). Sum of RGB (Red+Green+Blue) = 181+1+109=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5016D is #4AFE92. Grayscale: #424242. Windows color (decimal): -4914835 or 7143861. OLE color: 7143861.

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

Color convert

RGB 181 1 109 -
CMYK 0 0.99 0.40 0.29
HSL 324º 0.99% 0.36% -
HSV(B) 324º 0.99% 0.71% -
XYZ 21.83 10.95 15.43 -
YUV 67.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 181 1 109 0 0.99 0.40 0.29 324 0.99 0.36
Hex B5 1 6D 0 63 28 1D 144 63 24
Octal 265 1 155 0 143 50 35 504 143 44
Binary 10110101 1 1101101 0 1100011 101000 11101 101000100 1100011 100100

Color Harmonies of #B5016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5016D

Black with #B5016D

Text Example


Text Example

White with #B5016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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