Html Css Color HEX #BC3ACE Medium Orchid

📋 copy color: '#BC3ACE'

red 188 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #BC3ACE

Tints of Medium Orchid #BC3ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 41.59%
G = 12.83%
B = 45.58%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3ACE (or 0xBC3ACE) is known color: Medium Orchid. HEX triplet: BC, 3A and CE. RGB value is (188,58,206). Sum of RGB (Red+Green+Blue) = 188+58+206=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ACE is #43C531. Grayscale: #717171. Windows color (decimal): -4441394 or 13515452. OLE color: 13515452.

HSL color Cylindrical-coordinate representation of color #BC3ACE: hue angle of 292.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3ACE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 58 206 -
CMYK 0.09 0.72 0 0.19
HSL 292.7º 0.6% 0.52% -
HSV(B) 292.7º 0.72% 0.81% -
XYZ 33.39 18.17 60.14 -
YUV 113.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 188 58 206 0.09 0.72 0 0.19 292.7 0.6 0.52
Hex BC 3A CE 9 48 0 13 125 3C 34
Octal 274 72 316 11 110 0 23 445 74 64
Binary 10111100 111010 11001110 1001 1001000 0 10011 100100101 111100 110100

Color Harmonies of #BC3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ACE

Black with #BC3ACE

Text Example


Text Example

White with #BC3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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