Html Css Color HEX #B40066 Jazzberry Jam

📋 copy color: '#B40066'

red 180 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #B40066

Tints of Jazzberry Jam #B40066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 63.83%
G = 0%
B = 36.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B40066 (or 0xB40066) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 66. RGB value is (180,0,102). Sum of RGB (Red+Green+Blue) = 180+0+102=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B40066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40066 is #4BFF99. Grayscale: #414141. Windows color (decimal): -4980634 or 6684852. OLE color: 6684852.

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

Color convert

RGB 180 0 102 -
CMYK 0 1 0.43 0.29
HSL 326º 1% 0.35% -
HSV(B) 326º 1% 0.71% -
XYZ 21.22 10.66 13.51 -
YUV 65.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 180 0 102 0 1 0.43 0.29 326 1 0.35
Hex B4 0 66 0 64 2B 1D 146 64 23
Octal 264 0 146 0 144 53 35 506 144 43
Binary 10110100 0 1100110 0 1100100 101011 11101 101000110 1100100 100011

Color Harmonies of #B40066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40066

Black with #B40066

Text Example


Text Example

White with #B40066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40066; }

 p { color: rgb(180,0,102); }

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

background-color css

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

 a { background-color: rgb(180,0,102); }

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

border-color css

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

 span { border-color: rgb(180,0,102); }

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