Html Css Color HEX #BC0254 Jazzberry Jam

📋 copy color: '#BC0254'

red 188 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #BC0254

Tints of Jazzberry Jam #BC0254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 68.61%
G = 0.73%
B = 30.66%

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

#BC0254 (or 0xBC0254) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 54. RGB value is (188,2,84). Sum of RGB (Red+Green+Blue) = 188+2+84=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0254 is #43FDAB. Grayscale: #424242. Windows color (decimal): -4455852 or 5505724. OLE color: 5505724.

HSL color Cylindrical-coordinate representation of color #BC0254: hue angle of 333.55º degrees, saturation: 0.98, 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 #BC0254 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 84 -
CMYK 0 0.99 0.55 0.26
HSL 333.55º 0.98% 0.37% -
HSV(B) 333.55º 0.99% 0.74% -
XYZ 22.36 11.37 9.4 -
YUV 66.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 188 2 84 0 0.99 0.55 0.26 333.55 0.98 0.37
Hex BC 2 54 0 63 37 1A 14E 62 25
Octal 274 2 124 0 143 67 32 516 142 45
Binary 10111100 10 1010100 0 1100011 110111 11010 101001110 1100010 100101

Color Harmonies of #BC0254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0254

Black with #BC0254

Text Example


Text Example

White with #BC0254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0254; }

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

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

background-color css

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

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

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

border-color css

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

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

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