Html Css Color HEX #BC045B Jazzberry Jam

📋 copy color: '#BC045B'

red 188 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #BC045B

Tints of Jazzberry Jam #BC045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 66.43%
G = 1.41%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC045B (or 0xBC045B) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 5B. RGB value is (188,4,91). Sum of RGB (Red+Green+Blue) = 188+4+91=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC045B is #43FBA4. Grayscale: #444444. Windows color (decimal): -4455333 or 5964988. OLE color: 5964988.

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

Color convert

RGB 188 4 91 -
CMYK 0 0.98 0.52 0.26
HSL 331.63º 0.96% 0.38% -
HSV(B) 331.63º 0.98% 0.74% -
XYZ 22.67 11.53 10.93 -
YUV 68.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 188 4 91 0 0.98 0.52 0.26 331.63 0.96 0.38
Hex BC 4 5B 0 62 34 1A 14C 60 26
Octal 274 4 133 0 142 64 32 514 140 46
Binary 10111100 100 1011011 0 1100010 110100 11010 101001100 1100000 100110

Color Harmonies of #BC045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC045B

Black with #BC045B

Text Example


Text Example

White with #BC045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC045B; }

 p { color: rgb(188,4,91); }

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

background-color css

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

 a { background-color: rgb(188,4,91); }

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

border-color css

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

 span { border-color: rgb(188,4,91); }

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