Html Css Color HEX #B40562 Jazzberry Jam

📋 copy color: '#B40562'

red 180 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #B40562

Tints of Jazzberry Jam #B40562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 63.6%
G = 1.77%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B40562 (or 0xB40562) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 62. RGB value is (180,5,98). Sum of RGB (Red+Green+Blue) = 180+5+98=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B40562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40562 is #4BFA9D. Grayscale: #434343. Windows color (decimal): -4979358 or 6423988. OLE color: 6423988.

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

Color convert

RGB 180 5 98 -
CMYK 0 0.97 0.46 0.29
HSL 328.11º 0.95% 0.36% -
HSV(B) 328.11º 0.97% 0.71% -
XYZ 21.08 10.69 12.51 -
YUV 67.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 180 5 98 0 0.97 0.46 0.29 328.11 0.95 0.36
Hex B4 5 62 0 61 2E 1D 148 5F 24
Octal 264 5 142 0 141 56 35 510 137 44
Binary 10110100 101 1100010 0 1100001 101110 11101 101001000 1011111 100100

Color Harmonies of #B40562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40562

Black with #B40562

Text Example


Text Example

White with #B40562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40562; }

 p { color: rgb(180,5,98); }

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

background-color css

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

 a { background-color: rgb(180,5,98); }

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

border-color css

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

 span { border-color: rgb(180,5,98); }

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