Html Css Color HEX #BB006B Jazzberry Jam

📋 copy color: '#BB006B'

red 187 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #BB006B

Tints of Jazzberry Jam #BB006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 63.61%
G = 0%
B = 36.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB006B (or 0xBB006B) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 6B. RGB value is (187,0,107). Sum of RGB (Red+Green+Blue) = 187+0+107=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB006B is #44FF94. Grayscale: #434343. Windows color (decimal): -4521877 or 7012539. OLE color: 7012539.

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

Color convert

RGB 187 0 107 -
CMYK 0 1 0.43 0.27
HSL 325.67º 1% 0.37% -
HSV(B) 325.67º 1% 0.73% -
XYZ 23.15 11.63 14.93 -
YUV 68.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 187 0 107 0 1 0.43 0.27 325.67 1 0.37
Hex BB 0 6B 0 64 2B 1B 146 64 25
Octal 273 0 153 0 144 53 33 506 144 45
Binary 10111011 0 1101011 0 1100100 101011 11011 101000110 1100100 100101

Color Harmonies of #BB006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB006B

Black with #BB006B

Text Example


Text Example

White with #BB006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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