Html Css Color HEX #BB0068 Jazzberry Jam

📋 copy color: '#BB0068'

red 187 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #BB0068

Tints of Jazzberry Jam #BB0068

RGB

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

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

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

R = 64.26%
G = 0%
B = 35.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0068 (or 0xBB0068) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 68. RGB value is (187,0,104). Sum of RGB (Red+Green+Blue) = 187+0+104=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0068 is #44FF97. Grayscale: #434343. Windows color (decimal): -4521880 or 6815931. OLE color: 6815931.

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

Color convert

RGB 187 0 104 -
CMYK 0 1 0.44 0.27
HSL 326.63º 1% 0.37% -
HSV(B) 326.63º 1% 0.73% -
XYZ 22.99 11.56 14.12 -
YUV 67.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 187 0 104 0 1 0.44 0.27 326.63 1 0.37
Hex BB 0 68 0 64 2C 1B 147 64 25
Octal 273 0 150 0 144 54 33 507 144 45
Binary 10111011 0 1101000 0 1100100 101100 11011 101000111 1100100 100101

Color Harmonies of #BB0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0068

Black with #BB0068

Text Example


Text Example

White with #BB0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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