Html Css Color HEX #BC2569 Medium Red Violet

📋 copy color: '#BC2569'

red 188 ◦ green 37 ◦ blue 105

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

Shades of Medium Red Violet #BC2569

Tints of Medium Red Violet #BC2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 56.97%
G = 11.21%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC2569 (or 0xBC2569) is known color: Medium Red Violet. HEX triplet: BC, 25 and 69. RGB value is (188,37,105). Sum of RGB (Red+Green+Blue) = 188+37+105=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2569 is #43DA96. Grayscale: #595959. Windows color (decimal): -4446871 or 6890940. OLE color: 6890940.

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

Color convert

RGB 188 37 105 -
CMYK 0 0.80 0.44 0.26
HSL 332.98º 0.67% 0.44% -
HSV(B) 332.98º 0.8% 0.74% -
XYZ 23.95 13.03 14.62 -
YUV 89.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 188 37 105 0 0.80 0.44 0.26 332.98 0.67 0.44
Hex BC 25 69 0 50 2C 1A 14D 43 2C
Octal 274 45 151 0 120 54 32 515 103 54
Binary 10111100 100101 1101001 0 1010000 101100 11010 101001101 1000011 101100

Color Harmonies of #BC2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2569

Black with #BC2569

Text Example


Text Example

White with #BC2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2569; }

 p { color: rgb(188,37,105); }

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

background-color css

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

 a { background-color: rgb(188,37,105); }

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

border-color css

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

 span { border-color: rgb(188,37,105); }

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