Html Css Color HEX #BC4DFD Medium Orchid

📋 copy color: '#BC4DFD'

red 188 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #BC4DFD

Tints of Medium Orchid #BC4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

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

R = 36.29%
G = 14.86%
B = 48.84%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC4DFD (or 0xBC4DFD) is known color: Medium Orchid. HEX triplet: BC, 4D and FD. RGB value is (188,77,253). Sum of RGB (Red+Green+Blue) = 188+77+253=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFD is #43B202. Grayscale: #818181. Windows color (decimal): -4436483 or 16600508. OLE color: 16600508.

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

Color convert

RGB 188 77 253 -
CMYK 0.26 0.70 0 0.01
HSL 277.84º 0.98% 0.65% -
HSV(B) 277.84º 0.7% 0.99% -
XYZ 41.12 23.09 95.22 -
YUV 130.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 188 77 253 0.26 0.70 0 0.01 277.84 0.98 0.65
Hex BC 4D FD 1A 46 0 1 116 62 41
Octal 274 115 375 32 106 0 1 426 142 101
Binary 10111100 1001101 11111101 11010 1000110 0 1 100010110 1100010 1000001

Color Harmonies of #BC4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DFD

Black with #BC4DFD

Text Example


Text Example

White with #BC4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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