Html Css Color HEX #BB1D68 Jazzberry Jam

📋 copy color: '#BB1D68'

red 187 ◦ green 29 ◦ blue 104

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

Shades of Jazzberry Jam #BB1D68

Tints of Jazzberry Jam #BB1D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.06%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 58.44%
G = 9.06%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1D68 (or 0xBB1D68) is known color: Jazzberry Jam. HEX triplet: BB, 1D and 68. RGB value is (187,29,104). Sum of RGB (Red+Green+Blue) = 187+29+104=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D68 is #44E297. Grayscale: #545454. Windows color (decimal): -4514456 or 6823355. OLE color: 6823355.

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

Color convert

RGB 187 29 104 -
CMYK 0 0.84 0.44 0.27
HSL 331.52º 0.73% 0.42% -
HSV(B) 331.52º 0.84% 0.73% -
XYZ 23.43 12.44 14.26 -
YUV 84.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 187 29 104 0 0.84 0.44 0.27 331.52 0.73 0.42
Hex BB 1D 68 0 54 2C 1B 14C 49 2A
Octal 273 35 150 0 124 54 33 514 111 52
Binary 10111011 11101 1101000 0 1010100 101100 11011 101001100 1001001 101010

Color Harmonies of #BB1D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D68

Black with #BB1D68

Text Example


Text Example

White with #BB1D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D68; }

 p { color: rgb(187,29,104); }

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

background-color css

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

 a { background-color: rgb(187,29,104); }

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

border-color css

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

 span { border-color: rgb(187,29,104); }

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