Html Css Color HEX #BC7ADA Medium Orchid

📋 copy color: '#BC7ADA'

red 188 ◦ green 122 ◦ blue 218

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

Shades of Medium Orchid #BC7ADA

Tints of Medium Orchid #BC7ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 35.61%
G = 23.11%
B = 41.29%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC7ADA (or 0xBC7ADA) is known color: Medium Orchid. HEX triplet: BC, 7A and DA. RGB value is (188,122,218). Sum of RGB (Red+Green+Blue) = 188+122+218=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADA is #438525. Grayscale: #989898. Windows color (decimal): -4424998 or 14318268. OLE color: 14318268.

HSL color Cylindrical-coordinate representation of color #BC7ADA: hue angle of 281.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7ADA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 122 218 -
CMYK 0.14 0.44 0 0.15
HSL 281.25º 0.56% 0.67% -
HSV(B) 281.25º 0.44% 0.85% -
XYZ 40.35 29.67 69.93 -
YUV 152.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 188 122 218 0.14 0.44 0 0.15 281.25 0.56 0.67
Hex BC 7A DA E 2C 0 F 119 38 43
Octal 274 172 332 16 54 0 17 431 70 103
Binary 10111100 1111010 11011010 1110 101100 0 1111 100011001 111000 1000011

Color Harmonies of #BC7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7ADA

Black with #BC7ADA

Text Example


Text Example

White with #BC7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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