Html Css Color HEX #BC036C Jazzberry Jam

📋 copy color: '#BC036C'

red 188 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #BC036C

Tints of Jazzberry Jam #BC036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 62.88%
G = 1%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC036C (or 0xBC036C) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 6C. RGB value is (188,3,108). Sum of RGB (Red+Green+Blue) = 188+3+108=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036C is #43FC93. Grayscale: #464646. Windows color (decimal): -4455572 or 7078844. OLE color: 7078844.

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

Color convert

RGB 188 3 108 -
CMYK 0 0.98 0.43 0.26
HSL 325.95º 0.97% 0.37% -
HSV(B) 325.95º 0.98% 0.74% -
XYZ 23.48 11.84 15.24 -
YUV 70.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 188 3 108 0 0.98 0.43 0.26 325.95 0.97 0.37
Hex BC 3 6C 0 62 2B 1A 146 61 25
Octal 274 3 154 0 142 53 32 506 141 45
Binary 10111100 11 1101100 0 1100010 101011 11010 101000110 1100001 100101

Color Harmonies of #BC036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC036C

Black with #BC036C

Text Example


Text Example

White with #BC036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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