Html Css Color HEX #B41A6B Jazzberry Jam

📋 copy color: '#B41A6B'

red 180 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #B41A6B

Tints of Jazzberry Jam #B41A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

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

R = 57.51%
G = 8.31%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B41A6B (or 0xB41A6B) is known color: Jazzberry Jam. HEX triplet: B4, 1A and 6B. RGB value is (180,26,107). Sum of RGB (Red+Green+Blue) = 180+26+107=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A6B is #4BE594. Grayscale: #515151. Windows color (decimal): -4973973 or 7019188. OLE color: 7019188.

HSL color Cylindrical-coordinate representation of color #B41A6B: hue angle of 328.44º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A6B is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 107 -
CMYK 0 0.86 0.41 0.29
HSL 328.44º 0.75% 0.4% -
HSV(B) 328.44º 0.86% 0.71% -
XYZ 21.85 11.5 14.98 -
YUV 81.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 180 26 107 0 0.86 0.41 0.29 328.44 0.75 0.4
Hex B4 1A 6B 0 56 29 1D 148 4B 28
Octal 264 32 153 0 126 51 35 510 113 50
Binary 10110100 11010 1101011 0 1010110 101001 11101 101001000 1001011 101000

Color Harmonies of #B41A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A6B

Black with #B41A6B

Text Example


Text Example

White with #B41A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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