Html Css Color HEX #BC036D Jazzberry Jam

📋 copy color: '#BC036D'

red 188 ◦ green 3 ◦ blue 109

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

Shades of Jazzberry Jam #BC036D

Tints of Jazzberry Jam #BC036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 62.67%
G = 1%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC036D (or 0xBC036D) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 6D. RGB value is (188,3,109). Sum of RGB (Red+Green+Blue) = 188+3+109=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036D is #43FC92. Grayscale: #464646. Windows color (decimal): -4455571 or 7144380. OLE color: 7144380.

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

Color convert

RGB 188 3 109 -
CMYK 0 0.98 0.42 0.26
HSL 325.62º 0.97% 0.37% -
HSV(B) 325.62º 0.98% 0.74% -
XYZ 23.53 11.86 15.52 -
YUV 70.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 188 3 109 0 0.98 0.42 0.26 325.62 0.97 0.37
Hex BC 3 6D 0 62 2A 1A 146 61 25
Octal 274 3 155 0 142 52 32 506 141 45
Binary 10111100 11 1101101 0 1100010 101010 11010 101000110 1100001 100101

Color Harmonies of #BC036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC036D

Black with #BC036D

Text Example


Text Example

White with #BC036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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