Html Css Color HEX #BC015B Jazzberry Jam

📋 copy color: '#BC015B'

red 188 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #BC015B

Tints of Jazzberry Jam #BC015B

RGB

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

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

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

R = 67.14%
G = 0.36%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC015B (or 0xBC015B) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 5B. RGB value is (188,1,91). Sum of RGB (Red+Green+Blue) = 188+1+91=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC015B is #43FEA4. Grayscale: #434343. Windows color (decimal): -4456101 or 5964220. OLE color: 5964220.

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

Color convert

RGB 188 1 91 -
CMYK 0 0.99 0.52 0.26
HSL 331.12º 0.99% 0.37% -
HSV(B) 331.12º 0.99% 0.74% -
XYZ 22.64 11.47 10.92 -
YUV 67.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 188 1 91 0 0.99 0.52 0.26 331.12 0.99 0.37
Hex BC 1 5B 0 63 34 1A 14B 63 25
Octal 274 1 133 0 143 64 32 513 143 45
Binary 10111100 1 1011011 0 1100011 110100 11010 101001011 1100011 100101

Color Harmonies of #BC015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC015B

Black with #BC015B

Text Example


Text Example

White with #BC015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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