Html Css Color HEX #B90063 Jazzberry Jam

📋 copy color: '#B90063'

red 185 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #B90063

Tints of Jazzberry Jam #B90063

RGB

 RED value IS 185 (72.66% from 255) = 65.14%

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 65.14%
G = 0%
B = 34.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B90063 (or 0xB90063) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 63. RGB value is (185,0,99). Sum of RGB (Red+Green+Blue) = 185+0+99=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B90063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90063 is #46FF9C. Grayscale: #424242. Windows color (decimal): -4652957 or 6488249. OLE color: 6488249.

HSL color Cylindrical-coordinate representation of color #B90063: hue angle of 327.89º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90063 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 99 -
CMYK 0 1 0.46 0.27
HSL 327.89º 1% 0.36% -
HSV(B) 327.89º 1% 0.73% -
XYZ 22.26 11.22 12.8 -
YUV 66.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 185 0 99 0 1 0.46 0.27 327.89 1 0.36
Hex B9 0 63 0 64 2E 1B 148 64 24
Octal 271 0 143 0 144 56 33 510 144 44
Binary 10111001 0 1100011 0 1100100 101110 11011 101001000 1100100 100100

Color Harmonies of #B90063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90063

Black with #B90063

Text Example


Text Example

White with #B90063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90063; }

 p { color: rgb(185,0,99); }

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

background-color css

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

 a { background-color: rgb(185,0,99); }

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

border-color css

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

 span { border-color: rgb(185,0,99); }

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