Html Css Color HEX #BC267B Medium Red Violet

📋 copy color: '#BC267B'

red 188 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #BC267B

Tints of Medium Red Violet #BC267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 53.87%
G = 10.89%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC267B (or 0xBC267B) is known color: Medium Red Violet. HEX triplet: BC, 26 and 7B. RGB value is (188,38,123). Sum of RGB (Red+Green+Blue) = 188+38+123=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC267B is #43D984. Grayscale: #5C5C5C. Windows color (decimal): -4446597 or 8070844. OLE color: 8070844.

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

Color convert

RGB 188 38 123 -
CMYK 0 0.80 0.35 0.26
HSL 326º 0.66% 0.44% -
HSV(B) 326º 0.8% 0.74% -
XYZ 25.01 13.51 20.03 -
YUV 92.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 188 38 123 0 0.80 0.35 0.26 326 0.66 0.44
Hex BC 26 7B 0 50 23 1A 146 42 2C
Octal 274 46 173 0 120 43 32 506 102 54
Binary 10111100 100110 1111011 0 1010000 100011 11010 101000110 1000010 101100

Color Harmonies of #BC267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC267B

Black with #BC267B

Text Example


Text Example

White with #BC267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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