Html Css Color HEX #BB014E Jazzberry Jam

📋 copy color: '#BB014E'

red 187 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #BB014E

Tints of Jazzberry Jam #BB014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 70.3%
G = 0.38%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB014E (or 0xBB014E) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 4E. RGB value is (187,1,78). Sum of RGB (Red+Green+Blue) = 187+1+78=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB014E is #44FEB1. Grayscale: #414141. Windows color (decimal): -4521650 or 5112251. OLE color: 5112251.

HSL color Cylindrical-coordinate representation of color #BB014E: hue angle of 335.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB014E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 78 -
CMYK 0 0.99 0.58 0.27
HSL 335.16º 0.99% 0.37% -
HSV(B) 335.16º 0.99% 0.73% -
XYZ 21.88 11.14 8.2 -
YUV 65.39 135.12 214.74 -
System Red Green Blue C M Y K H S L
Decimal 187 1 78 0 0.99 0.58 0.27 335.16 0.99 0.37
Hex BB 1 4E 0 63 3A 1B 14F 63 25
Octal 273 1 116 0 143 72 33 517 143 45
Binary 10111011 1 1001110 0 1100011 111010 11011 101001111 1100011 100101

Color Harmonies of #BB014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB014E

Black with #BB014E

Text Example


Text Example

White with #BB014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB014E; }

 p { color: rgb(187,1,78); }

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

background-color css

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

 a { background-color: rgb(187,1,78); }

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

border-color css

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

 span { border-color: rgb(187,1,78); }

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