Html Css Color HEX #BC46F8 Medium Orchid

📋 copy color: '#BC46F8'

red 188 ◦ green 70 ◦ blue 248

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

Shades of Medium Orchid #BC46F8

Tints of Medium Orchid #BC46F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 37.15%
G = 13.83%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC46F8 (or 0xBC46F8) is known color: Medium Orchid. HEX triplet: BC, 46 and F8. RGB value is (188,70,248). Sum of RGB (Red+Green+Blue) = 188+70+248=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC46F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46F8 is #43B907. Grayscale: #7C7C7C. Windows color (decimal): -4438280 or 16271036. OLE color: 16271036.

HSL color Cylindrical-coordinate representation of color #BC46F8: hue angle of 279.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC46F8 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 70 248 -
CMYK 0.24 0.72 0 0.03
HSL 279.78º 0.93% 0.62% -
HSV(B) 279.78º 0.72% 0.97% -
XYZ 39.87 21.85 90.92 -
YUV 125.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 188 70 248 0.24 0.72 0 0.03 279.78 0.93 0.62
Hex BC 46 F8 18 48 0 3 118 5D 3E
Octal 274 106 370 30 110 0 3 430 135 76
Binary 10111100 1000110 11111000 11000 1001000 0 11 100011000 1011101 111110

Color Harmonies of #BC46F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46F8

Black with #BC46F8

Text Example


Text Example

White with #BC46F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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