Html Css Color HEX #BC40EA Medium Orchid

📋 copy color: '#BC40EA'

red 188 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #BC40EA

Tints of Medium Orchid #BC40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

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

R = 38.68%
G = 13.17%
B = 48.15%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC40EA (or 0xBC40EA) is known color: Medium Orchid. HEX triplet: BC, 40 and EA. RGB value is (188,64,234). Sum of RGB (Red+Green+Blue) = 188+64+234=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC40EA is #43BF15. Grayscale: #777777. Windows color (decimal): -4439830 or 15351996. OLE color: 15351996.

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

Color convert

RGB 188 64 234 -
CMYK 0.20 0.73 0 0.08
HSL 283.76º 0.8% 0.58% -
HSV(B) 283.76º 0.73% 0.92% -
XYZ 37.42 20.3 79.79 -
YUV 120.46 192.08 176.18 -
System Red Green Blue C M Y K H S L
Decimal 188 64 234 0.20 0.73 0 0.08 283.76 0.8 0.58
Hex BC 40 EA 14 49 0 8 11C 50 3A
Octal 274 100 352 24 111 0 10 434 120 72
Binary 10111100 1000000 11101010 10100 1001001 0 1000 100011100 1010000 111010

Color Harmonies of #BC40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40EA

Black with #BC40EA

Text Example


Text Example

White with #BC40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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