Html Css Color HEX #BC54E3 Medium Orchid

📋 copy color: '#BC54E3'

red 188 ◦ green 84 ◦ blue 227

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

Shades of Medium Orchid #BC54E3

Tints of Medium Orchid #BC54E3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.83%

 BLUE value IS 227 (89.06% from 255) = 45.49%

R = 37.68%
G = 16.83%
B = 45.49%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC54E3 (or 0xBC54E3) is known color: Medium Orchid. HEX triplet: BC, 54 and E3. RGB value is (188,84,227). Sum of RGB (Red+Green+Blue) = 188+84+227=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC54E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54E3 is #43AB1C. Grayscale: #828282. Windows color (decimal): -4434717 or 14898364. OLE color: 14898364.

HSL color Cylindrical-coordinate representation of color #BC54E3: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC54E3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 84 227 -
CMYK 0.17 0.63 0 0.11
HSL 283.64º 0.72% 0.61% -
HSV(B) 283.64º 0.63% 0.89% -
XYZ 37.77 22.58 75.04 -
YUV 131.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 188 84 227 0.17 0.63 0 0.11 283.64 0.72 0.61
Hex BC 54 E3 11 3F 0 B 11C 48 3D
Octal 274 124 343 21 77 0 13 434 110 75
Binary 10111100 1010100 11100011 10001 111111 0 1011 100011100 1001000 111101

Color Harmonies of #BC54E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54E3

Black with #BC54E3

Text Example


Text Example

White with #BC54E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54E3; }

 p { color: rgb(188,84,227); }

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

background-color css

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

 a { background-color: rgb(188,84,227); }

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

border-color css

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

 span { border-color: rgb(188,84,227); }

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