Html Css Color HEX #BC2267 Jazzberry Jam

📋 copy color: '#BC2267'

red 188 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #BC2267

Tints of Jazzberry Jam #BC2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 57.85%
G = 10.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC2267 (or 0xBC2267) is known color: Jazzberry Jam. HEX triplet: BC, 22 and 67. RGB value is (188,34,103). Sum of RGB (Red+Green+Blue) = 188+34+103=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2267 is #43DD98. Grayscale: #575757. Windows color (decimal): -4447641 or 6759100. OLE color: 6759100.

HSL color Cylindrical-coordinate representation of color #BC2267: hue angle of 333.12º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2267 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 103 -
CMYK 0 0.82 0.45 0.26
HSL 333.12º 0.69% 0.44% -
HSV(B) 333.12º 0.82% 0.74% -
XYZ 23.76 12.81 14.05 -
YUV 87.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 188 34 103 0 0.82 0.45 0.26 333.12 0.69 0.44
Hex BC 22 67 0 52 2D 1A 14D 45 2C
Octal 274 42 147 0 122 55 32 515 105 54
Binary 10111100 100010 1100111 0 1010010 101101 11010 101001101 1000101 101100

Color Harmonies of #BC2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2267

Black with #BC2267

Text Example


Text Example

White with #BC2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2267; }

 p { color: rgb(188,34,103); }

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

background-color css

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

 a { background-color: rgb(188,34,103); }

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

border-color css

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

 span { border-color: rgb(188,34,103); }

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