Html Css Color HEX #BC046B Jazzberry Jam

📋 copy color: '#BC046B'

red 188 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #BC046B

Tints of Jazzberry Jam #BC046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 62.88%
G = 1.34%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC046B (or 0xBC046B) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 6B. RGB value is (188,4,107). Sum of RGB (Red+Green+Blue) = 188+4+107=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC046B is #43FB94. Grayscale: #464646. Windows color (decimal): -4455317 or 7013564. OLE color: 7013564.

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

Color convert

RGB 188 4 107 -
CMYK 0 0.98 0.43 0.26
HSL 326.41º 0.96% 0.38% -
HSV(B) 326.41º 0.98% 0.74% -
XYZ 23.44 11.84 14.96 -
YUV 70.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 188 4 107 0 0.98 0.43 0.26 326.41 0.96 0.38
Hex BC 4 6B 0 62 2B 1A 146 60 26
Octal 274 4 153 0 142 53 32 506 140 46
Binary 10111100 100 1101011 0 1100010 101011 11010 101000110 1100000 100110

Color Harmonies of #BC046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC046B

Black with #BC046B

Text Example


Text Example

White with #BC046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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