Html Css Color HEX #BC6BDA Medium Orchid

📋 copy color: '#BC6BDA'

red 188 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #BC6BDA

Tints of Medium Orchid #BC6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

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

R = 36.65%
G = 20.86%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC6BDA (or 0xBC6BDA) is known color: Medium Orchid. HEX triplet: BC, 6B and DA. RGB value is (188,107,218). Sum of RGB (Red+Green+Blue) = 188+107+218=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDA is #439425. Grayscale: #8F8F8F. Windows color (decimal): -4428838 or 14314428. OLE color: 14314428.

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

Color convert

RGB 188 107 218 -
CMYK 0.14 0.51 0 0.15
HSL 283.78º 0.6% 0.64% -
HSV(B) 283.78º 0.51% 0.85% -
XYZ 38.65 26.27 69.36 -
YUV 143.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 188 107 218 0.14 0.51 0 0.15 283.78 0.6 0.64
Hex BC 6B DA E 33 0 F 11C 3C 40
Octal 274 153 332 16 63 0 17 434 74 100
Binary 10111100 1101011 11011010 1110 110011 0 1111 100011100 111100 1000000

Color Harmonies of #BC6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6BDA

Black with #BC6BDA

Text Example


Text Example

White with #BC6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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