Html Css Color HEX #BC055E Jazzberry Jam

📋 copy color: '#BC055E'

red 188 ◦ green 5 ◦ blue 94

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

Shades of Jazzberry Jam #BC055E

Tints of Jazzberry Jam #BC055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 65.51%
G = 1.74%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC055E (or 0xBC055E) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 5E. RGB value is (188,5,94). Sum of RGB (Red+Green+Blue) = 188+5+94=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC055E is #43FAA1. Grayscale: #454545. Windows color (decimal): -4455074 or 6161852. OLE color: 6161852.

HSL color Cylindrical-coordinate representation of color #BC055E: hue angle of 330.82º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC055E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 94 -
CMYK 0 0.97 0.50 0.26
HSL 330.82º 0.95% 0.38% -
HSV(B) 330.82º 0.97% 0.74% -
XYZ 22.81 11.61 11.63 -
YUV 69.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 188 5 94 0 0.97 0.50 0.26 330.82 0.95 0.38
Hex BC 5 5E 0 61 32 1A 14B 5F 26
Octal 274 5 136 0 141 62 32 513 137 46
Binary 10111100 101 1011110 0 1100001 110010 11010 101001011 1011111 100110

Color Harmonies of #BC055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC055E

Black with #BC055E

Text Example


Text Example

White with #BC055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC055E; }

 p { color: rgb(188,5,94); }

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

background-color css

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

 a { background-color: rgb(188,5,94); }

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

border-color css

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

 span { border-color: rgb(188,5,94); }

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