Html Css Color HEX #BC4AE6 Medium Orchid

📋 copy color: '#BC4AE6'

red 188 ◦ green 74 ◦ blue 230

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

Shades of Medium Orchid #BC4AE6

Tints of Medium Orchid #BC4AE6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.04%

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 38.21%
G = 15.04%
B = 46.75%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC4AE6 (or 0xBC4AE6) is known color: Medium Orchid. HEX triplet: BC, 4A and E6. RGB value is (188,74,230). Sum of RGB (Red+Green+Blue) = 188+74+230=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC4AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AE6 is #43B519. Grayscale: #7D7D7D. Windows color (decimal): -4437274 or 15092412. OLE color: 15092412.

HSL color Cylindrical-coordinate representation of color #BC4AE6: hue angle of 283.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4AE6 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 74 230 -
CMYK 0.18 0.68 0 0.10
HSL 283.85º 0.76% 0.6% -
HSV(B) 283.85º 0.68% 0.9% -
XYZ 37.47 21.3 77 -
YUV 125.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 188 74 230 0.18 0.68 0 0.10 283.85 0.76 0.6
Hex BC 4A E6 12 44 0 A 11C 4C 3C
Octal 274 112 346 22 104 0 12 434 114 74
Binary 10111100 1001010 11100110 10010 1000100 0 1010 100011100 1001100 111100

Color Harmonies of #BC4AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AE6

Black with #BC4AE6

Text Example


Text Example

White with #BC4AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AE6; }

 p { color: rgb(188,74,230); }

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

background-color css

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

 a { background-color: rgb(188,74,230); }

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

border-color css

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

 span { border-color: rgb(188,74,230); }

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