Html Css Color HEX #BB0150 Jazzberry Jam

📋 copy color: '#BB0150'

red 187 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #BB0150

Tints of Jazzberry Jam #BB0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 69.78%
G = 0.37%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB0150 (or 0xBB0150) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 50. RGB value is (187,1,80). Sum of RGB (Red+Green+Blue) = 187+1+80=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0150 is #44FEAF. Grayscale: #414141. Windows color (decimal): -4521648 or 5243323. OLE color: 5243323.

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

Color convert

RGB 187 1 80 -
CMYK 0 0.99 0.57 0.27
HSL 334.52º 0.99% 0.37% -
HSV(B) 334.52º 0.99% 0.73% -
XYZ 21.95 11.17 8.59 -
YUV 65.62 136.12 214.58 -
System Red Green Blue C M Y K H S L
Decimal 187 1 80 0 0.99 0.57 0.27 334.52 0.99 0.37
Hex BB 1 50 0 63 39 1B 14F 63 25
Octal 273 1 120 0 143 71 33 517 143 45
Binary 10111011 1 1010000 0 1100011 111001 11011 101001111 1100011 100101

Color Harmonies of #BB0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0150

Black with #BB0150

Text Example


Text Example

White with #BB0150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0150; }

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

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

background-color css

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

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

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

border-color css

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

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

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