Html Css Color HEX #BC73CF Medium Orchid

📋 copy color: '#BC73CF'

red 188 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #BC73CF

Tints of Medium Orchid #BC73CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.55%

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 36.86%
G = 22.55%
B = 40.59%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC73CF (or 0xBC73CF) is known color: Medium Orchid. HEX triplet: BC, 73 and CF. RGB value is (188,115,207). Sum of RGB (Red+Green+Blue) = 188+115+207=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CF is #438C30. Grayscale: #939393. Windows color (decimal): -4426801 or 13595580. OLE color: 13595580.

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

Color convert

RGB 188 115 207 -
CMYK 0.09 0.44 0 0.19
HSL 287.61º 0.49% 0.63% -
HSV(B) 287.61º 0.44% 0.81% -
XYZ 38.13 27.46 62.32 -
YUV 147.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 188 115 207 0.09 0.44 0 0.19 287.61 0.49 0.63
Hex BC 73 CF 9 2C 0 13 120 31 3F
Octal 274 163 317 11 54 0 23 440 61 77
Binary 10111100 1110011 11001111 1001 101100 0 10011 100100000 110001 111111

Color Harmonies of #BC73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73CF

Black with #BC73CF

Text Example


Text Example

White with #BC73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73CF; }

 p { color: rgb(188,115,207); }

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

background-color css

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

 a { background-color: rgb(188,115,207); }

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

border-color css

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

 span { border-color: rgb(188,115,207); }

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