Html Css Color HEX #BC036A Jazzberry Jam

📋 copy color: '#BC036A'

red 188 ◦ green 3 ◦ blue 106

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

Shades of Jazzberry Jam #BC036A

Tints of Jazzberry Jam #BC036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 63.3%
G = 1.01%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC036A (or 0xBC036A) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 6A. RGB value is (188,3,106). Sum of RGB (Red+Green+Blue) = 188+3+106=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036A is #43FC95. Grayscale: #454545. Windows color (decimal): -4455574 or 6947772. OLE color: 6947772.

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

Color convert

RGB 188 3 106 -
CMYK 0 0.98 0.44 0.26
HSL 326.59º 0.97% 0.37% -
HSV(B) 326.59º 0.98% 0.74% -
XYZ 23.37 11.8 14.68 -
YUV 70.06 148.29 212.12 -
System Red Green Blue C M Y K H S L
Decimal 188 3 106 0 0.98 0.44 0.26 326.59 0.97 0.37
Hex BC 3 6A 0 62 2C 1A 147 61 25
Octal 274 3 152 0 142 54 32 507 141 45
Binary 10111100 11 1101010 0 1100010 101100 11010 101000111 1100001 100101

Color Harmonies of #BC036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC036A

Black with #BC036A

Text Example


Text Example

White with #BC036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC036A; }

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

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

background-color css

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

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

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

border-color css

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

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

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