Html Css Color HEX #BC4FD1 Medium Orchid

📋 copy color: '#BC4FD1'

red 188 ◦ green 79 ◦ blue 209

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

Shades of Medium Orchid #BC4FD1

Tints of Medium Orchid #BC4FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 39.5%
G = 16.6%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC4FD1 (or 0xBC4FD1) is known color: Medium Orchid. HEX triplet: BC, 4F and D1. RGB value is (188,79,209). Sum of RGB (Red+Green+Blue) = 188+79+209=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC4FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FD1 is #43B02E. Grayscale: #7D7D7D. Windows color (decimal): -4436015 or 13717436. OLE color: 13717436.

HSL color Cylindrical-coordinate representation of color #BC4FD1: hue angle of 290.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4FD1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 79 209 -
CMYK 0.10 0.62 0 0.18
HSL 290.31º 0.59% 0.56% -
HSV(B) 290.31º 0.62% 0.82% -
XYZ 35.04 20.89 62.51 -
YUV 126.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 188 79 209 0.10 0.62 0 0.18 290.31 0.59 0.56
Hex BC 4F D1 A 3E 0 12 122 3B 38
Octal 274 117 321 12 76 0 22 442 73 70
Binary 10111100 1001111 11010001 1010 111110 0 10010 100100010 111011 111000

Color Harmonies of #BC4FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FD1

Black with #BC4FD1

Text Example


Text Example

White with #BC4FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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