Html Css Color HEX #BC269B Medium Red Violet

📋 copy color: '#BC269B'

red 188 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #BC269B

Tints of Medium Red Violet #BC269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 49.34%
G = 9.97%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC269B (or 0xBC269B) is known color: Medium Red Violet. HEX triplet: BC, 26 and 9B. RGB value is (188,38,155). Sum of RGB (Red+Green+Blue) = 188+38+155=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC269B is #43D964. Grayscale: #5F5F5F. Windows color (decimal): -4446565 or 10167996. OLE color: 10167996.

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

Color convert

RGB 188 38 155 -
CMYK 0 0.80 0.18 0.26
HSL 313.2º 0.66% 0.44% -
HSV(B) 313.2º 0.8% 0.74% -
XYZ 27.35 14.44 32.36 -
YUV 96.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 188 38 155 0 0.80 0.18 0.26 313.2 0.66 0.44
Hex BC 26 9B 0 50 12 1A 139 42 2C
Octal 274 46 233 0 120 22 32 471 102 54
Binary 10111100 100110 10011011 0 1010000 10010 11010 100111001 1000010 101100

Color Harmonies of #BC269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC269B

Black with #BC269B

Text Example


Text Example

White with #BC269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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