Html Css Color HEX #BC5EC9 Medium Orchid

📋 copy color: '#BC5EC9'

red 188 ◦ green 94 ◦ blue 201

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

Shades of Medium Orchid #BC5EC9

Tints of Medium Orchid #BC5EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 201 (78.91% from 255) = 41.61%

R = 38.92%
G = 19.46%
B = 41.61%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC5EC9 (or 0xBC5EC9) is known color: Medium Orchid. HEX triplet: BC, 5E and C9. RGB value is (188,94,201). Sum of RGB (Red+Green+Blue) = 188+94+201=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EC9 is #43A136. Grayscale: #858585. Windows color (decimal): -4432183 or 13196988. OLE color: 13196988.

HSL color Cylindrical-coordinate representation of color #BC5EC9: hue angle of 292.71º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5EC9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 94 201 -
CMYK 0.06 0.53 0 0.21
HSL 292.71º 0.5% 0.58% -
HSV(B) 292.71º 0.53% 0.79% -
XYZ 35.28 22.91 57.82 -
YUV 134.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 188 94 201 0.06 0.53 0 0.21 292.71 0.5 0.58
Hex BC 5E C9 6 35 0 15 125 32 3A
Octal 274 136 311 6 65 0 25 445 62 72
Binary 10111100 1011110 11001001 110 110101 0 10101 100100101 110010 111010

Color Harmonies of #BC5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EC9

Black with #BC5EC9

Text Example


Text Example

White with #BC5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EC9; }

 p { color: rgb(188,94,201); }

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

background-color css

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

 a { background-color: rgb(188,94,201); }

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

border-color css

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

 span { border-color: rgb(188,94,201); }

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