Html Css Color HEX #BB0051 Jazzberry Jam

📋 copy color: '#BB0051'

red 187 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #BB0051

Tints of Jazzberry Jam #BB0051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 69.78%
G = 0%
B = 30.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB0051 (or 0xBB0051) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 51. RGB value is (187,0,81). Sum of RGB (Red+Green+Blue) = 187+0+81=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0051 is #44FFAE. Grayscale: #414141. Windows color (decimal): -4521903 or 5308603. OLE color: 5308603.

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

Color convert

RGB 187 0 81 -
CMYK 0 1 0.57 0.27
HSL 334.01º 1% 0.37% -
HSV(B) 334.01º 1% 0.73% -
XYZ 21.98 11.16 8.78 -
YUV 65.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 187 0 81 0 1 0.57 0.27 334.01 1 0.37
Hex BB 0 51 0 64 39 1B 14E 64 25
Octal 273 0 121 0 144 71 33 516 144 45
Binary 10111011 0 1010001 0 1100100 111001 11011 101001110 1100100 100101

Color Harmonies of #BB0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0051

Black with #BB0051

Text Example


Text Example

White with #BB0051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0051; }

 p { color: rgb(187,0,81); }

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

background-color css

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

 a { background-color: rgb(187,0,81); }

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

border-color css

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

 span { border-color: rgb(187,0,81); }

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