Html Css Color HEX #BC47FD Medium Orchid

📋 copy color: '#BC47FD'

red 188 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #BC47FD

Tints of Medium Orchid #BC47FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.87%

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 36.72%
G = 13.87%
B = 49.41%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC47FD (or 0xBC47FD) is known color: Medium Orchid. HEX triplet: BC, 47 and FD. RGB value is (188,71,253). Sum of RGB (Red+Green+Blue) = 188+71+253=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47FD is #43B802. Grayscale: #7E7E7E. Windows color (decimal): -4438019 or 16598972. OLE color: 16598972.

HSL color Cylindrical-coordinate representation of color #BC47FD: hue angle of 278.57º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC47FD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 71 253 -
CMYK 0.26 0.72 0 0.01
HSL 278.57º 0.98% 0.64% -
HSV(B) 278.57º 0.72% 0.99% -
XYZ 40.72 22.29 95.08 -
YUV 126.73 199.26 171.7 -
System Red Green Blue C M Y K H S L
Decimal 188 71 253 0.26 0.72 0 0.01 278.57 0.98 0.64
Hex BC 47 FD 1A 48 0 1 117 62 40
Octal 274 107 375 32 110 0 1 427 142 100
Binary 10111100 1000111 11111101 11010 1001000 0 1 100010111 1100010 1000000

Color Harmonies of #BC47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47FD

Black with #BC47FD

Text Example


Text Example

White with #BC47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47FD; }

 p { color: rgb(188,71,253); }

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

background-color css

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

 a { background-color: rgb(188,71,253); }

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

border-color css

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

 span { border-color: rgb(188,71,253); }

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