Html Css Color HEX #BC268B Medium Red Violet

📋 copy color: '#BC268B'

red 188 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #BC268B

Tints of Medium Red Violet #BC268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 51.51%
G = 10.41%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC268B (or 0xBC268B) is known color: Medium Red Violet. HEX triplet: BC, 26 and 8B. RGB value is (188,38,139). Sum of RGB (Red+Green+Blue) = 188+38+139=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC268B is #43D974. Grayscale: #5E5E5E. Windows color (decimal): -4446581 or 9119420. OLE color: 9119420.

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

Color convert

RGB 188 38 139 -
CMYK 0 0.80 0.26 0.26
HSL 319.6º 0.66% 0.44% -
HSV(B) 319.6º 0.8% 0.74% -
XYZ 26.09 13.94 25.74 -
YUV 94.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 188 38 139 0 0.80 0.26 0.26 319.6 0.66 0.44
Hex BC 26 8B 0 50 1A 1A 140 42 2C
Octal 274 46 213 0 120 32 32 500 102 54
Binary 10111100 100110 10001011 0 1010000 11010 11010 101000000 1000010 101100

Color Harmonies of #BC268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC268B

Black with #BC268B

Text Example


Text Example

White with #BC268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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