Html Css Color HEX #BC0261 Jazzberry Jam

📋 copy color: '#BC0261'

red 188 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #BC0261

Tints of Jazzberry Jam #BC0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 65.51%
G = 0.7%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC0261 (or 0xBC0261) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 61. RGB value is (188,2,97). Sum of RGB (Red+Green+Blue) = 188+2+97=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0261 is #43FD9E. Grayscale: #444444. Windows color (decimal): -4455839 or 6357692. OLE color: 6357692.

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

Color convert

RGB 188 2 97 -
CMYK 0 0.99 0.48 0.26
HSL 329.35º 0.98% 0.37% -
HSV(B) 329.35º 0.99% 0.74% -
XYZ 22.92 11.6 12.34 -
YUV 68.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 188 2 97 0 0.99 0.48 0.26 329.35 0.98 0.37
Hex BC 2 61 0 63 30 1A 149 62 25
Octal 274 2 141 0 143 60 32 511 142 45
Binary 10111100 10 1100001 0 1100011 110000 11010 101001001 1100010 100101

Color Harmonies of #BC0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0261

Black with #BC0261

Text Example


Text Example

White with #BC0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0261; }

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

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

background-color css

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

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

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

border-color css

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

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

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