Html Css Color HEX #BB0F6A Jazzberry Jam

📋 copy color: '#BB0F6A'

red 187 ◦ green 15 ◦ blue 106

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

Shades of Jazzberry Jam #BB0F6A

Tints of Jazzberry Jam #BB0F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 60.71%
G = 4.87%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB0F6A (or 0xBB0F6A) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 6A. RGB value is (187,15,106). Sum of RGB (Red+Green+Blue) = 187+15+106=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F6A is #44F095. Grayscale: #4C4C4C. Windows color (decimal): -4518038 or 6950843. OLE color: 6950843.

HSL color Cylindrical-coordinate representation of color #BB0F6A: hue angle of 328.26º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F6A is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 106 -
CMYK 0 0.92 0.43 0.27
HSL 328.26º 0.85% 0.4% -
HSV(B) 328.26º 0.92% 0.73% -
XYZ 23.27 11.95 14.72 -
YUV 76.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 187 15 106 0 0.92 0.43 0.27 328.26 0.85 0.4
Hex BB F 6A 0 5C 2B 1B 148 55 28
Octal 273 17 152 0 134 53 33 510 125 50
Binary 10111011 1111 1101010 0 1011100 101011 11011 101001000 1010101 101000

Color Harmonies of #BB0F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F6A

Black with #BB0F6A

Text Example


Text Example

White with #BB0F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F6A; }

 p { color: rgb(187,15,106); }

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

background-color css

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

 a { background-color: rgb(187,15,106); }

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

border-color css

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

 span { border-color: rgb(187,15,106); }

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