Html Css Color HEX #BC4FD9 Medium Orchid

📋 copy color: '#BC4FD9'

red 188 ◦ green 79 ◦ blue 217

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

Shades of Medium Orchid #BC4FD9

Tints of Medium Orchid #BC4FD9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.32%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 38.84%
G = 16.32%
B = 44.83%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC4FD9 (or 0xBC4FD9) is known color: Medium Orchid. HEX triplet: BC, 4F and D9. RGB value is (188,79,217). Sum of RGB (Red+Green+Blue) = 188+79+217=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC4FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FD9 is #43B026. Grayscale: #7E7E7E. Windows color (decimal): -4436007 or 14241724. OLE color: 14241724.

HSL color Cylindrical-coordinate representation of color #BC4FD9: hue angle of 287.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4FD9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 79 217 -
CMYK 0.13 0.64 0 0.15
HSL 287.39º 0.64% 0.58% -
HSV(B) 287.39º 0.64% 0.85% -
XYZ 36.06 21.29 67.86 -
YUV 127.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 188 79 217 0.13 0.64 0 0.15 287.39 0.64 0.58
Hex BC 4F D9 D 40 0 F 11F 40 3A
Octal 274 117 331 15 100 0 17 437 100 72
Binary 10111100 1001111 11011001 1101 1000000 0 1111 100011111 1000000 111010

Color Harmonies of #BC4FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FD9

Black with #BC4FD9

Text Example


Text Example

White with #BC4FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FD9; }

 p { color: rgb(188,79,217); }

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

background-color css

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

 a { background-color: rgb(188,79,217); }

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

border-color css

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

 span { border-color: rgb(188,79,217); }

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