Html Css Color HEX #BB0065 Jazzberry Jam

📋 copy color: '#BB0065'

red 187 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #BB0065

Tints of Jazzberry Jam #BB0065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.07%

R = 64.93%
G = 0%
B = 35.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB0065 (or 0xBB0065) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 65. RGB value is (187,0,101). Sum of RGB (Red+Green+Blue) = 187+0+101=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0065 is #44FF9A. Grayscale: #434343. Windows color (decimal): -4521883 or 6619323. OLE color: 6619323.

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

Color convert

RGB 187 0 101 -
CMYK 0 1 0.46 0.27
HSL 327.59º 1% 0.37% -
HSV(B) 327.59º 1% 0.73% -
XYZ 22.84 11.5 13.33 -
YUV 67.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 187 0 101 0 1 0.46 0.27 327.59 1 0.37
Hex BB 0 65 0 64 2E 1B 148 64 25
Octal 273 0 145 0 144 56 33 510 144 45
Binary 10111011 0 1100101 0 1100100 101110 11011 101001000 1100100 100101

Color Harmonies of #BB0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0065

Black with #BB0065

Text Example


Text Example

White with #BB0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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