Html Css Color HEX #BC016E Jazzberry Jam

📋 copy color: '#BC016E'

red 188 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #BC016E

Tints of Jazzberry Jam #BC016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 62.88%
G = 0.33%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC016E (or 0xBC016E) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 6E. RGB value is (188,1,110). Sum of RGB (Red+Green+Blue) = 188+1+110=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC016E is #43FE91. Grayscale: #454545. Windows color (decimal): -4456082 or 7209404. OLE color: 7209404.

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

Color convert

RGB 188 1 110 -
CMYK 0 0.99 0.41 0.26
HSL 325.03º 0.99% 0.37% -
HSV(B) 325.03º 0.99% 0.74% -
XYZ 23.56 11.84 15.8 -
YUV 69.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 188 1 110 0 0.99 0.41 0.26 325.03 0.99 0.37
Hex BC 1 6E 0 63 29 1A 145 63 25
Octal 274 1 156 0 143 51 32 505 143 45
Binary 10111100 1 1101110 0 1100011 101001 11010 101000101 1100011 100101

Color Harmonies of #BC016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC016E

Black with #BC016E

Text Example


Text Example

White with #BC016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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