Html Css Color HEX #BB0163 Jazzberry Jam

📋 copy color: '#BB0163'

red 187 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #BB0163

Tints of Jazzberry Jam #BB0163

RGB

 RED value IS 187 (73.44% from 255) = 65.16%

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

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

R = 65.16%
G = 0.35%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB0163 (or 0xBB0163) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 63. RGB value is (187,1,99). Sum of RGB (Red+Green+Blue) = 187+1+99=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0163 is #44FE9C. Grayscale: #434343. Windows color (decimal): -4521629 or 6488507. OLE color: 6488507.

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

Color convert

RGB 187 1 99 -
CMYK 0 0.99 0.47 0.27
HSL 328.39º 0.99% 0.37% -
HSV(B) 328.39º 0.99% 0.73% -
XYZ 22.76 11.49 12.82 -
YUV 67.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 187 1 99 0 0.99 0.47 0.27 328.39 0.99 0.37
Hex BB 1 63 0 63 2F 1B 148 63 25
Octal 273 1 143 0 143 57 33 510 143 45
Binary 10111011 1 1100011 0 1100011 101111 11011 101001000 1100011 100101

Color Harmonies of #BB0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0163

Black with #BB0163

Text Example


Text Example

White with #BB0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0163; }

 p { color: rgb(187,1,99); }

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

background-color css

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

 a { background-color: rgb(187,1,99); }

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

border-color css

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

 span { border-color: rgb(187,1,99); }

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