Html Css Color HEX #BC76DF Medium Orchid

📋 copy color: '#BC76DF'

red 188 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #BC76DF

Tints of Medium Orchid #BC76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.31%

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 35.54%
G = 22.31%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC76DF (or 0xBC76DF) is known color: Medium Orchid. HEX triplet: BC, 76 and DF. RGB value is (188,118,223). Sum of RGB (Red+Green+Blue) = 188+118+223=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76DF is #438920. Grayscale: #969696. Windows color (decimal): -4426017 or 14644924. OLE color: 14644924.

HSL color Cylindrical-coordinate representation of color #BC76DF: hue angle of 280º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC76DF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 118 223 -
CMYK 0.16 0.47 0 0.13
HSL 280º 0.62% 0.67% -
HSV(B) 280º 0.47% 0.87% -
XYZ 40.54 28.98 73.27 -
YUV 150.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 188 118 223 0.16 0.47 0 0.13 280 0.62 0.67
Hex BC 76 DF 10 2F 0 D 118 3E 43
Octal 274 166 337 20 57 0 15 430 76 103
Binary 10111100 1110110 11011111 10000 101111 0 1101 100011000 111110 1000011

Color Harmonies of #BC76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76DF

Black with #BC76DF

Text Example


Text Example

White with #BC76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76DF; }

 p { color: rgb(188,118,223); }

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

background-color css

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

 a { background-color: rgb(188,118,223); }

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

border-color css

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

 span { border-color: rgb(188,118,223); }

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