Html Css Color HEX #BB006F Jazzberry Jam

📋 copy color: '#BB006F'

red 187 ◦ green 0 ◦ blue 111

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

Shades of Jazzberry Jam #BB006F

Tints of Jazzberry Jam #BB006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 62.75%
G = 0%
B = 37.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB006F (or 0xBB006F) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 6F. RGB value is (187,0,111). Sum of RGB (Red+Green+Blue) = 187+0+111=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB006F is #44FF90. Grayscale: #444444. Windows color (decimal): -4521873 or 7274683. OLE color: 7274683.

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

Color convert

RGB 187 0 111 -
CMYK 0 1 0.41 0.27
HSL 324.39º 1% 0.37% -
HSV(B) 324.39º 1% 0.73% -
XYZ 23.36 11.71 16.07 -
YUV 68.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 187 0 111 0 1 0.41 0.27 324.39 1 0.37
Hex BB 0 6F 0 64 29 1B 144 64 25
Octal 273 0 157 0 144 51 33 504 144 45
Binary 10111011 0 1101111 0 1100100 101001 11011 101000100 1100100 100101

Color Harmonies of #BB006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB006F

Black with #BB006F

Text Example


Text Example

White with #BB006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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