Html Css Color HEX #BC036B Jazzberry Jam

📋 copy color: '#BC036B'

red 188 ◦ green 3 ◦ blue 107

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

Shades of Jazzberry Jam #BC036B

Tints of Jazzberry Jam #BC036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 63.09%
G = 1.01%
B = 35.91%

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

#BC036B (or 0xBC036B) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 6B. RGB value is (188,3,107). Sum of RGB (Red+Green+Blue) = 188+3+107=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC036B is #43FC94. Grayscale: #454545. Windows color (decimal): -4455573 or 7013308. OLE color: 7013308.

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

Color convert

RGB 188 3 107 -
CMYK 0 0.98 0.43 0.26
HSL 326.27º 0.97% 0.37% -
HSV(B) 326.27º 0.98% 0.74% -
XYZ 23.43 11.82 14.96 -
YUV 70.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 188 3 107 0 0.98 0.43 0.26 326.27 0.97 0.37
Hex BC 3 6B 0 62 2B 1A 146 61 25
Octal 274 3 153 0 142 53 32 506 141 45
Binary 10111100 11 1101011 0 1100010 101011 11010 101000110 1100001 100101

Color Harmonies of #BC036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC036B

Black with #BC036B

Text Example


Text Example

White with #BC036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC036B; }

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

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

background-color css

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

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

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

border-color css

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

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

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