Html Css Color HEX #BC7ADD Medium Orchid

📋 copy color: '#BC7ADD'

red 188 ◦ green 122 ◦ blue 221

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

Shades of Medium Orchid #BC7ADD

Tints of Medium Orchid #BC7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.98%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 35.4%
G = 22.98%
B = 41.62%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC7ADD (or 0xBC7ADD) is known color: Medium Orchid. HEX triplet: BC, 7A and DD. RGB value is (188,122,221). Sum of RGB (Red+Green+Blue) = 188+122+221=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADD is #438522. Grayscale: #989898. Windows color (decimal): -4424995 or 14514876. OLE color: 14514876.

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

Color convert

RGB 188 122 221 -
CMYK 0.15 0.45 0 0.13
HSL 280º 0.59% 0.67% -
HSV(B) 280º 0.45% 0.87% -
XYZ 40.75 29.83 72.02 -
YUV 153.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 188 122 221 0.15 0.45 0 0.13 280 0.59 0.67
Hex BC 7A DD F 2D 0 D 118 3B 43
Octal 274 172 335 17 55 0 15 430 73 103
Binary 10111100 1111010 11011101 1111 101101 0 1101 100011000 111011 1000011

Color Harmonies of #BC7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7ADD

Black with #BC7ADD

Text Example


Text Example

White with #BC7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7ADD; }

 p { color: rgb(188,122,221); }

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

background-color css

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

 a { background-color: rgb(188,122,221); }

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

border-color css

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

 span { border-color: rgb(188,122,221); }

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