Html Css Color HEX #BC46EA Medium Orchid

📋 copy color: '#BC46EA'

red 188 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #BC46EA

Tints of Medium Orchid #BC46EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 38.21%
G = 14.23%
B = 47.56%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC46EA (or 0xBC46EA) is known color: Medium Orchid. HEX triplet: BC, 46 and EA. RGB value is (188,70,234). Sum of RGB (Red+Green+Blue) = 188+70+234=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46EA is #43B915. Grayscale: #7B7B7B. Windows color (decimal): -4438294 or 15353532. OLE color: 15353532.

HSL color Cylindrical-coordinate representation of color #BC46EA: hue angle of 283.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC46EA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 70 234 -
CMYK 0.20 0.70 0 0.08
HSL 283.17º 0.8% 0.6% -
HSV(B) 283.17º 0.7% 0.92% -
XYZ 37.78 21.01 79.91 -
YUV 123.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 188 70 234 0.20 0.70 0 0.08 283.17 0.8 0.6
Hex BC 46 EA 14 46 0 8 11B 50 3C
Octal 274 106 352 24 106 0 10 433 120 74
Binary 10111100 1000110 11101010 10100 1000110 0 1000 100011011 1010000 111100

Color Harmonies of #BC46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46EA

Black with #BC46EA

Text Example


Text Example

White with #BC46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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