Html Css Color HEX #BC0154 Jazzberry Jam

📋 copy color: '#BC0154'

red 188 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #BC0154

Tints of Jazzberry Jam #BC0154

RGB

 RED value IS 188 (73.83% from 255) = 68.86%

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

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 68.86%
G = 0.37%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC0154 (or 0xBC0154) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 54. RGB value is (188,1,84). Sum of RGB (Red+Green+Blue) = 188+1+84=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0154 is #43FEAB. Grayscale: #424242. Windows color (decimal): -4456108 or 5505468. OLE color: 5505468.

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

Color convert

RGB 188 1 84 -
CMYK 0 0.99 0.55 0.26
HSL 333.37º 0.99% 0.37% -
HSV(B) 333.37º 0.99% 0.74% -
XYZ 22.35 11.35 9.4 -
YUV 66.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 188 1 84 0 0.99 0.55 0.26 333.37 0.99 0.37
Hex BC 1 54 0 63 37 1A 14D 63 25
Octal 274 1 124 0 143 67 32 515 143 45
Binary 10111100 1 1010100 0 1100011 110111 11010 101001101 1100011 100101

Color Harmonies of #BC0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0154

Black with #BC0154

Text Example


Text Example

White with #BC0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0154; }

 p { color: rgb(188,1,84); }

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

background-color css

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

 a { background-color: rgb(188,1,84); }

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

border-color css

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

 span { border-color: rgb(188,1,84); }

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