Html Css Color HEX #B5016E Jazzberry Jam

📋 copy color: '#B5016E'

red 181 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #B5016E

Tints of Jazzberry Jam #B5016E

RGB

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

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

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

R = 61.99%
G = 0.34%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5016E (or 0xB5016E) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 6E. RGB value is (181,1,110). Sum of RGB (Red+Green+Blue) = 181+1+110=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5016E is #4AFE91. Grayscale: #424242. Windows color (decimal): -4914834 or 7209397. OLE color: 7209397.

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

Color convert

RGB 181 1 110 -
CMYK 0 0.99 0.39 0.29
HSL 323.67º 0.99% 0.36% -
HSV(B) 323.67º 0.99% 0.71% -
XYZ 21.88 10.97 15.72 -
YUV 67.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 181 1 110 0 0.99 0.39 0.29 323.67 0.99 0.36
Hex B5 1 6E 0 63 27 1D 144 63 24
Octal 265 1 156 0 143 47 35 504 143 44
Binary 10110101 1 1101110 0 1100011 100111 11101 101000100 1100011 100100

Color Harmonies of #B5016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5016E

Black with #B5016E

Text Example


Text Example

White with #B5016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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