Html Css Color HEX #BC6FE0 Medium Orchid

📋 copy color: '#BC6FE0'

red 188 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #BC6FE0

Tints of Medium Orchid #BC6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

 BLUE value IS 224 (87.89% from 255) = 42.83%

R = 35.95%
G = 21.22%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC6FE0 (or 0xBC6FE0) is known color: Medium Orchid. HEX triplet: BC, 6F and E0. RGB value is (188,111,224). Sum of RGB (Red+Green+Blue) = 188+111+224=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FE0 is #43901F. Grayscale: #929292. Windows color (decimal): -4427808 or 14708668. OLE color: 14708668.

HSL color Cylindrical-coordinate representation of color #BC6FE0: hue angle of 280.88º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6FE0 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 111 224 -
CMYK 0.16 0.50 0 0.12
HSL 280.88º 0.65% 0.66% -
HSV(B) 280.88º 0.5% 0.88% -
XYZ 39.88 27.44 73.72 -
YUV 146.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 188 111 224 0.16 0.50 0 0.12 280.88 0.65 0.66
Hex BC 6F E0 10 32 0 C 119 41 42
Octal 274 157 340 20 62 0 14 431 101 102
Binary 10111100 1101111 11100000 10000 110010 0 1100 100011001 1000001 1000010

Color Harmonies of #BC6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FE0

Black with #BC6FE0

Text Example


Text Example

White with #BC6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FE0; }

 p { color: rgb(188,111,224); }

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

background-color css

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

 a { background-color: rgb(188,111,224); }

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

border-color css

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

 span { border-color: rgb(188,111,224); }

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