Html Css Color HEX #BC0263 Jazzberry Jam

📋 copy color: '#BC0263'

red 188 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #BC0263

Tints of Jazzberry Jam #BC0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 65.05%
G = 0.69%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC0263 (or 0xBC0263) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 63. RGB value is (188,2,99). Sum of RGB (Red+Green+Blue) = 188+2+99=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0263 is #43FD9C. Grayscale: #444444. Windows color (decimal): -4455837 or 6488764. OLE color: 6488764.

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

Color convert

RGB 188 2 99 -
CMYK 0 0.99 0.47 0.26
HSL 328.71º 0.98% 0.37% -
HSV(B) 328.71º 0.99% 0.74% -
XYZ 23.01 11.64 12.84 -
YUV 68.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 188 2 99 0 0.99 0.47 0.26 328.71 0.98 0.37
Hex BC 2 63 0 63 2F 1A 149 62 25
Octal 274 2 143 0 143 57 32 511 142 45
Binary 10111100 10 1100011 0 1100011 101111 11010 101001001 1100010 100101

Color Harmonies of #BC0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0263

Black with #BC0263

Text Example


Text Example

White with #BC0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0263; }

 p { color: rgb(188,2,99); }

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

background-color css

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

 a { background-color: rgb(188,2,99); }

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

border-color css

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

 span { border-color: rgb(188,2,99); }

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