Html Css Color HEX #BC268F Medium Red Violet

📋 copy color: '#BC268F'

red 188 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #BC268F

Tints of Medium Red Violet #BC268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.3%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 50.95%
G = 10.3%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC268F (or 0xBC268F) is known color: Medium Red Violet. HEX triplet: BC, 26 and 8F. RGB value is (188,38,143). Sum of RGB (Red+Green+Blue) = 188+38+143=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC268F is #43D970. Grayscale: #5E5E5E. Windows color (decimal): -4446577 or 9381564. OLE color: 9381564.

HSL color Cylindrical-coordinate representation of color #BC268F: hue angle of 318º degrees, saturation: 0.66, 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 #BC268F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 143 -
CMYK 0 0.80 0.24 0.26
HSL 318º 0.66% 0.44% -
HSV(B) 318º 0.8% 0.74% -
XYZ 26.39 14.06 27.31 -
YUV 94.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 188 38 143 0 0.80 0.24 0.26 318 0.66 0.44
Hex BC 26 8F 0 50 18 1A 13E 42 2C
Octal 274 46 217 0 120 30 32 476 102 54
Binary 10111100 100110 10001111 0 1010000 11000 11010 100111110 1000010 101100

Color Harmonies of #BC268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC268F

Black with #BC268F

Text Example


Text Example

White with #BC268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC268F; }

 p { color: rgb(188,38,143); }

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

background-color css

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

 a { background-color: rgb(188,38,143); }

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

border-color css

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

 span { border-color: rgb(188,38,143); }

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