Html Css Color HEX #BC41F9 Medium Orchid

📋 copy color: '#BC41F9'

red 188 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #BC41F9

Tints of Medium Orchid #BC41F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.95%

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

R = 37.45%
G = 12.95%
B = 49.6%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC41F9 (or 0xBC41F9) is known color: Medium Orchid. HEX triplet: BC, 41 and F9. RGB value is (188,65,249). Sum of RGB (Red+Green+Blue) = 188+65+249=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41F9 is #43BE06. Grayscale: #7A7A7A. Windows color (decimal): -4439559 or 16335292. OLE color: 16335292.

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

Color convert

RGB 188 65 249 -
CMYK 0.24 0.74 0 0.02
HSL 280.11º 0.94% 0.62% -
HSV(B) 280.11º 0.74% 0.98% -
XYZ 39.73 21.31 91.64 -
YUV 122.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 188 65 249 0.24 0.74 0 0.02 280.11 0.94 0.62
Hex BC 41 F9 18 4A 0 2 118 5E 3E
Octal 274 101 371 30 112 0 2 430 136 76
Binary 10111100 1000001 11111001 11000 1001010 0 10 100011000 1011110 111110

Color Harmonies of #BC41F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41F9

Black with #BC41F9

Text Example


Text Example

White with #BC41F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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