Html Css Color HEX #BC46FC Medium Orchid

📋 copy color: '#BC46FC'

red 188 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #BC46FC

Tints of Medium Orchid #BC46FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 36.86%
G = 13.73%
B = 49.41%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC46FC (or 0xBC46FC) is known color: Medium Orchid. HEX triplet: BC, 46 and FC. RGB value is (188,70,252). Sum of RGB (Red+Green+Blue) = 188+70+252=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46FC is #43B903. Grayscale: #7D7D7D. Windows color (decimal): -4438276 or 16533180. OLE color: 16533180.

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

Color convert

RGB 188 70 252 -
CMYK 0.25 0.72 0 0.01
HSL 278.9º 0.97% 0.63% -
HSV(B) 278.9º 0.72% 0.99% -
XYZ 40.5 22.1 94.23 -
YUV 126.03 199.09 172.2 -
System Red Green Blue C M Y K H S L
Decimal 188 70 252 0.25 0.72 0 0.01 278.9 0.97 0.63
Hex BC 46 FC 19 48 0 1 117 61 3F
Octal 274 106 374 31 110 0 1 427 141 77
Binary 10111100 1000110 11111100 11001 1001000 0 1 100010111 1100001 111111

Color Harmonies of #BC46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46FC

Black with #BC46FC

Text Example


Text Example

White with #BC46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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