Html Css Color HEX #B40154 Jazzberry Jam

📋 copy color: '#B40154'

red 180 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #B40154

Tints of Jazzberry Jam #B40154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.7%

R = 67.92%
G = 0.38%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B40154 (or 0xB40154) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 54. RGB value is (180,1,84). Sum of RGB (Red+Green+Blue) = 180+1+84=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B40154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40154 is #4BFEAB. Grayscale: #3F3F3F. Windows color (decimal): -4980396 or 5505460. OLE color: 5505460.

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

Color convert

RGB 180 1 84 -
CMYK 0 0.99 0.53 0.29
HSL 332.18º 0.99% 0.35% -
HSV(B) 332.18º 0.99% 0.71% -
XYZ 20.43 10.37 9.31 -
YUV 63.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 180 1 84 0 0.99 0.53 0.29 332.18 0.99 0.35
Hex B4 1 54 0 63 35 1D 14C 63 23
Octal 264 1 124 0 143 65 35 514 143 43
Binary 10110100 1 1010100 0 1100011 110101 11101 101001100 1100011 100011

Color Harmonies of #B40154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40154

Black with #B40154

Text Example


Text Example

White with #B40154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40154; }

 p { color: rgb(180,1,84); }

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

background-color css

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

 a { background-color: rgb(180,1,84); }

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

border-color css

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

 span { border-color: rgb(180,1,84); }

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