Html Css Color HEX #BC026A Jazzberry Jam

📋 copy color: '#BC026A'

red 188 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #BC026A

Tints of Jazzberry Jam #BC026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 63.51%
G = 0.68%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC026A (or 0xBC026A) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 6A. RGB value is (188,2,106). Sum of RGB (Red+Green+Blue) = 188+2+106=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC026A is #43FD95. Grayscale: #454545. Windows color (decimal): -4455830 or 6947516. OLE color: 6947516.

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

Color convert

RGB 188 2 106 -
CMYK 0 0.99 0.44 0.26
HSL 326.45º 0.98% 0.37% -
HSV(B) 326.45º 0.99% 0.74% -
XYZ 23.36 11.78 14.68 -
YUV 69.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 188 2 106 0 0.99 0.44 0.26 326.45 0.98 0.37
Hex BC 2 6A 0 63 2C 1A 146 62 25
Octal 274 2 152 0 143 54 32 506 142 45
Binary 10111100 10 1101010 0 1100011 101100 11010 101000110 1100010 100101

Color Harmonies of #BC026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC026A

Black with #BC026A

Text Example


Text Example

White with #BC026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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