Html Css Color HEX #B40665 Jazzberry Jam

📋 copy color: '#B40665'

red 180 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #B40665

Tints of Jazzberry Jam #B40665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 62.72%
G = 2.09%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40665 (or 0xB40665) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 65. RGB value is (180,6,101). Sum of RGB (Red+Green+Blue) = 180+6+101=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40665 is #4BF99A. Grayscale: #444444. Windows color (decimal): -4979099 or 6620852. OLE color: 6620852.

HSL color Cylindrical-coordinate representation of color #B40665: hue angle of 327.24º degrees, saturation: 0.94, 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 #B40665 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 101 -
CMYK 0 0.97 0.44 0.29
HSL 327.24º 0.94% 0.36% -
HSV(B) 327.24º 0.97% 0.71% -
XYZ 21.24 10.77 13.27 -
YUV 68.86 146.15 207.28 -
System Red Green Blue C M Y K H S L
Decimal 180 6 101 0 0.97 0.44 0.29 327.24 0.94 0.36
Hex B4 6 65 0 61 2C 1D 147 5E 24
Octal 264 6 145 0 141 54 35 507 136 44
Binary 10110100 110 1100101 0 1100001 101100 11101 101000111 1011110 100100

Color Harmonies of #B40665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40665

Black with #B40665

Text Example


Text Example

White with #B40665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40665; }

 p { color: rgb(180,6,101); }

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

background-color css

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

 a { background-color: rgb(180,6,101); }

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

border-color css

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

 span { border-color: rgb(180,6,101); }

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