Html Css Color HEX #B5046C Jazzberry Jam

📋 copy color: '#B5046C'

red 181 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #B5046C

Tints of Jazzberry Jam #B5046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 61.77%
G = 1.37%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5046C (or 0xB5046C) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 6C. RGB value is (181,4,108). Sum of RGB (Red+Green+Blue) = 181+4+108=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5046C is #4AFB93. Grayscale: #444444. Windows color (decimal): -4914068 or 7079093. OLE color: 7079093.

HSL color Cylindrical-coordinate representation of color #B5046C: hue angle of 324.75º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5046C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 108 -
CMYK 0 0.98 0.40 0.29
HSL 324.75º 0.96% 0.36% -
HSV(B) 324.75º 0.98% 0.71% -
XYZ 21.81 10.99 15.16 -
YUV 68.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 181 4 108 0 0.98 0.40 0.29 324.75 0.96 0.36
Hex B5 4 6C 0 62 28 1D 145 60 24
Octal 265 4 154 0 142 50 35 505 140 44
Binary 10110101 100 1101100 0 1100010 101000 11101 101000101 1100000 100100

Color Harmonies of #B5046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5046C

Black with #B5046C

Text Example


Text Example

White with #B5046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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