Html Css Color HEX #BC4DF9 Medium Orchid

📋 copy color: '#BC4DF9'

red 188 ◦ green 77 ◦ blue 249

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

Shades of Medium Orchid #BC4DF9

Tints of Medium Orchid #BC4DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 36.58%
G = 14.98%
B = 48.44%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4DF9 (or 0xBC4DF9) is known color: Medium Orchid. HEX triplet: BC, 4D and F9. RGB value is (188,77,249). Sum of RGB (Red+Green+Blue) = 188+77+249=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC4DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DF9 is #43B206. Grayscale: #818181. Windows color (decimal): -4436487 or 16338364. OLE color: 16338364.

HSL color Cylindrical-coordinate representation of color #BC4DF9: hue angle of 278.72º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4DF9 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 77 249 -
CMYK 0.24 0.69 0 0.02
HSL 278.72º 0.93% 0.64% -
HSV(B) 278.72º 0.69% 0.98% -
XYZ 40.49 22.84 91.9 -
YUV 129.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 188 77 249 0.24 0.69 0 0.02 278.72 0.93 0.64
Hex BC 4D F9 18 45 0 2 117 5D 40
Octal 274 115 371 30 105 0 2 427 135 100
Binary 10111100 1001101 11111001 11000 1000101 0 10 100010111 1011101 1000000

Color Harmonies of #BC4DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DF9

Black with #BC4DF9

Text Example


Text Example

White with #BC4DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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