Html Css Color HEX #BC46ED Medium Orchid

📋 copy color: '#BC46ED'

red 188 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #BC46ED

Tints of Medium Orchid #BC46ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 37.98%
G = 14.14%
B = 47.88%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC46ED (or 0xBC46ED) is known color: Medium Orchid. HEX triplet: BC, 46 and ED. RGB value is (188,70,237). Sum of RGB (Red+Green+Blue) = 188+70+237=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46ED is #43B912. Grayscale: #7B7B7B. Windows color (decimal): -4438291 or 15550140. OLE color: 15550140.

HSL color Cylindrical-coordinate representation of color #BC46ED: hue angle of 282.4º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC46ED is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 70 237 -
CMYK 0.21 0.70 0 0.07
HSL 282.4º 0.82% 0.6% -
HSV(B) 282.4º 0.7% 0.93% -
XYZ 38.22 21.19 82.2 -
YUV 124.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 188 70 237 0.21 0.70 0 0.07 282.4 0.82 0.6
Hex BC 46 ED 15 46 0 7 11A 52 3C
Octal 274 106 355 25 106 0 7 432 122 74
Binary 10111100 1000110 11101101 10101 1000110 0 111 100011010 1010010 111100

Color Harmonies of #BC46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46ED

Black with #BC46ED

Text Example


Text Example

White with #BC46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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