Html Css Color HEX #BC016A Jazzberry Jam

📋 copy color: '#BC016A'

red 188 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #BC016A

Tints of Jazzberry Jam #BC016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 63.73%
G = 0.34%
B = 35.93%

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

#BC016A (or 0xBC016A) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 6A. RGB value is (188,1,106). Sum of RGB (Red+Green+Blue) = 188+1+106=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC016A is #43FE95. Grayscale: #444444. Windows color (decimal): -4456086 or 6947260. OLE color: 6947260.

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

Color convert

RGB 188 1 106 -
CMYK 0 0.99 0.44 0.26
HSL 326.31º 0.99% 0.37% -
HSV(B) 326.31º 0.99% 0.74% -
XYZ 23.35 11.75 14.67 -
YUV 68.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 188 1 106 0 0.99 0.44 0.26 326.31 0.99 0.37
Hex BC 1 6A 0 63 2C 1A 146 63 25
Octal 274 1 152 0 143 54 32 506 143 45
Binary 10111100 1 1101010 0 1100011 101100 11010 101000110 1100011 100101

Color Harmonies of #BC016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC016A

Black with #BC016A

Text Example


Text Example

White with #BC016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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