Html Css Color HEX #BC46F9 Medium Orchid

📋 copy color: '#BC46F9'

red 188 ◦ green 70 ◦ blue 249

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

Shades of Medium Orchid #BC46F9

Tints of Medium Orchid #BC46F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.81%

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

R = 37.08%
G = 13.81%
B = 49.11%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC46F9 (or 0xBC46F9) is known color: Medium Orchid. HEX triplet: BC, 46 and F9. RGB value is (188,70,249). Sum of RGB (Red+Green+Blue) = 188+70+249=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC46F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46F9 is #43B906. Grayscale: #7D7D7D. Windows color (decimal): -4438279 or 16336572. OLE color: 16336572.

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

Color convert

RGB 188 70 249 -
CMYK 0.24 0.72 0 0.02
HSL 279.55º 0.94% 0.63% -
HSV(B) 279.55º 0.72% 0.98% -
XYZ 40.03 21.91 91.74 -
YUV 125.69 197.59 172.45 -
System Red Green Blue C M Y K H S L
Decimal 188 70 249 0.24 0.72 0 0.02 279.55 0.94 0.63
Hex BC 46 F9 18 48 0 2 118 5E 3F
Octal 274 106 371 30 110 0 2 430 136 77
Binary 10111100 1000110 11111001 11000 1001000 0 10 100011000 1011110 111111

Color Harmonies of #BC46F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46F9

Black with #BC46F9

Text Example


Text Example

White with #BC46F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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