Html Css Color HEX #B41E6A Jazzberry Jam

📋 copy color: '#B41E6A'

red 180 ◦ green 30 ◦ blue 106

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

Shades of Jazzberry Jam #B41E6A

Tints of Jazzberry Jam #B41E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 56.96%
G = 9.49%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B41E6A (or 0xB41E6A) is known color: Jazzberry Jam. HEX triplet: B4, 1E and 6A. RGB value is (180,30,106). Sum of RGB (Red+Green+Blue) = 180+30+106=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E6A is #4BE195. Grayscale: #535353. Windows color (decimal): -4972950 or 6954676. OLE color: 6954676.

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

Color convert

RGB 180 30 106 -
CMYK 0 0.83 0.41 0.29
HSL 329.6º 0.71% 0.41% -
HSV(B) 329.6º 0.83% 0.71% -
XYZ 21.89 11.67 14.74 -
YUV 83.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 180 30 106 0 0.83 0.41 0.29 329.6 0.71 0.41
Hex B4 1E 6A 0 53 29 1D 14A 47 29
Octal 264 36 152 0 123 51 35 512 107 51
Binary 10110100 11110 1101010 0 1010011 101001 11101 101001010 1000111 101001

Color Harmonies of #B41E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E6A

Black with #B41E6A

Text Example


Text Example

White with #B41E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E6A; }

 p { color: rgb(180,30,106); }

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

background-color css

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

 a { background-color: rgb(180,30,106); }

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

border-color css

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

 span { border-color: rgb(180,30,106); }

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