Html Css Color HEX #BB0070 Jazzberry Jam

📋 copy color: '#BB0070'

red 187 ◦ green 0 ◦ blue 112

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

Shades of Jazzberry Jam #BB0070

Tints of Jazzberry Jam #BB0070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 62.54%
G = 0%
B = 37.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0070 (or 0xBB0070) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 70. RGB value is (187,0,112). Sum of RGB (Red+Green+Blue) = 187+0+112=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0070 is #44FF8F. Grayscale: #444444. Windows color (decimal): -4521872 or 7340219. OLE color: 7340219.

HSL color Cylindrical-coordinate representation of color #BB0070: hue angle of 324.06º 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 #BB0070 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 112 -
CMYK 0 1 0.40 0.27
HSL 324.06º 1% 0.37% -
HSV(B) 324.06º 1% 0.73% -
XYZ 23.42 11.73 16.36 -
YUV 68.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 187 0 112 0 1 0.40 0.27 324.06 1 0.37
Hex BB 0 70 0 64 28 1B 144 64 25
Octal 273 0 160 0 144 50 33 504 144 45
Binary 10111011 0 1110000 0 1100100 101000 11011 101000100 1100100 100101

Color Harmonies of #BB0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0070

Black with #BB0070

Text Example


Text Example

White with #BB0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0070; }

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

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

background-color css

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

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

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

border-color css

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

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

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