Html Css Color HEX #BB0569 Jazzberry Jam

📋 copy color: '#BB0569'

red 187 ◦ green 5 ◦ blue 105

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

Shades of Jazzberry Jam #BB0569

Tints of Jazzberry Jam #BB0569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 62.96%
G = 1.68%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0569 (or 0xBB0569) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 69. RGB value is (187,5,105). Sum of RGB (Red+Green+Blue) = 187+5+105=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0569 is #44FA96. Grayscale: #464646. Windows color (decimal): -4520599 or 6882747. OLE color: 6882747.

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

Color convert

RGB 187 5 105 -
CMYK 0 0.97 0.44 0.27
HSL 327.03º 0.95% 0.38% -
HSV(B) 327.03º 0.97% 0.73% -
XYZ 23.1 11.69 14.4 -
YUV 70.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 187 5 105 0 0.97 0.44 0.27 327.03 0.95 0.38
Hex BB 5 69 0 61 2C 1B 147 5F 26
Octal 273 5 151 0 141 54 33 507 137 46
Binary 10111011 101 1101001 0 1100001 101100 11011 101000111 1011111 100110

Color Harmonies of #BB0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0569

Black with #BB0569

Text Example


Text Example

White with #BB0569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0569; }

 p { color: rgb(187,5,105); }

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

background-color css

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

 a { background-color: rgb(187,5,105); }

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

border-color css

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

 span { border-color: rgb(187,5,105); }

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