Html Css Color HEX #BC3AE3 Medium Orchid

📋 copy color: '#BC3AE3'

red 188 ◦ green 58 ◦ blue 227

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

Shades of Medium Orchid #BC3AE3

Tints of Medium Orchid #BC3AE3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.26%

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

R = 39.75%
G = 12.26%
B = 47.99%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC3AE3 (or 0xBC3AE3) is known color: Medium Orchid. HEX triplet: BC, 3A and E3. RGB value is (188,58,227). Sum of RGB (Red+Green+Blue) = 188+58+227=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC3AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AE3 is #43C51C. Grayscale: #737373. Windows color (decimal): -4441373 or 14891708. OLE color: 14891708.

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

Color convert

RGB 188 58 227 -
CMYK 0.17 0.74 0 0.11
HSL 286.15º 0.75% 0.56% -
HSV(B) 286.15º 0.74% 0.89% -
XYZ 36.12 19.26 74.49 -
YUV 116.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 188 58 227 0.17 0.74 0 0.11 286.15 0.75 0.56
Hex BC 3A E3 11 4A 0 B 11E 4B 38
Octal 274 72 343 21 112 0 13 436 113 70
Binary 10111100 111010 11100011 10001 1001010 0 1011 100011110 1001011 111000

Color Harmonies of #BC3AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AE3

Black with #BC3AE3

Text Example


Text Example

White with #BC3AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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