Html Css Color HEX #BC036F Jazzberry Jam

📋 copy color: '#BC036F'

red 188 ◦ green 3 ◦ blue 111

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

Shades of Jazzberry Jam #BC036F

Tints of Jazzberry Jam #BC036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 62.25%
G = 0.99%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC036F (or 0xBC036F) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 6F. RGB value is (188,3,111). Sum of RGB (Red+Green+Blue) = 188+3+111=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036F is #43FC90. Grayscale: #464646. Windows color (decimal): -4455569 or 7275452. OLE color: 7275452.

HSL color Cylindrical-coordinate representation of color #BC036F: hue angle of 324.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC036F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 111 -
CMYK 0 0.98 0.41 0.26
HSL 324.97º 0.97% 0.37% -
HSV(B) 324.97º 0.98% 0.74% -
XYZ 23.64 11.9 16.09 -
YUV 70.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 188 3 111 0 0.98 0.41 0.26 324.97 0.97 0.37
Hex BC 3 6F 0 62 29 1A 145 61 25
Octal 274 3 157 0 142 51 32 505 141 45
Binary 10111100 11 1101111 0 1100010 101001 11010 101000101 1100001 100101

Color Harmonies of #BC036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC036F

Black with #BC036F

Text Example


Text Example

White with #BC036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC036F; }

 p { color: rgb(188,3,111); }

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

background-color css

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

 a { background-color: rgb(188,3,111); }

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

border-color css

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

 span { border-color: rgb(188,3,111); }

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