Html Css Color HEX #BC268A Medium Red Violet

📋 copy color: '#BC268A'

red 188 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #BC268A

Tints of Medium Red Violet #BC268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 51.65%
G = 10.44%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC268A (or 0xBC268A) is known color: Medium Red Violet. HEX triplet: BC, 26 and 8A. RGB value is (188,38,138). Sum of RGB (Red+Green+Blue) = 188+38+138=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC268A is #43D975. Grayscale: #5E5E5E. Windows color (decimal): -4446582 or 9053884. OLE color: 9053884.

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

Color convert

RGB 188 38 138 -
CMYK 0 0.80 0.27 0.26
HSL 320º 0.66% 0.44% -
HSV(B) 320º 0.8% 0.74% -
XYZ 26.02 13.91 25.36 -
YUV 94.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 188 38 138 0 0.80 0.27 0.26 320 0.66 0.44
Hex BC 26 8A 0 50 1B 1A 140 42 2C
Octal 274 46 212 0 120 33 32 500 102 54
Binary 10111100 100110 10001010 0 1010000 11011 11010 101000000 1000010 101100

Color Harmonies of #BC268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC268A

Black with #BC268A

Text Example


Text Example

White with #BC268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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