Html Css Color HEX #BA6CD7 Medium Orchid

📋 copy color: '#BA6CD7'

red 186 ◦ green 108 ◦ blue 215

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

Shades of Medium Orchid #BA6CD7

Tints of Medium Orchid #BA6CD7

RGB

 RED value IS 186 (73.05% from 255) = 36.54%

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 215 (84.38% from 255) = 42.24%

R = 36.54%
G = 21.22%
B = 42.24%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6CD7 (or 0xBA6CD7) is known color: Medium Orchid. HEX triplet: BA, 6C and D7. RGB value is (186,108,215). Sum of RGB (Red+Green+Blue) = 186+108+215=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CD7 is #459328. Grayscale: #8F8F8F. Windows color (decimal): -4559657 or 14118074. OLE color: 14118074.

HSL color Cylindrical-coordinate representation of color #BA6CD7: hue angle of 283.74º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6CD7 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 108 215 -
CMYK 0.13 0.50 0 0.16
HSL 283.74º 0.57% 0.63% -
HSV(B) 283.74º 0.5% 0.84% -
XYZ 37.88 26.07 67.33 -
YUV 143.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 186 108 215 0.13 0.50 0 0.16 283.74 0.57 0.63
Hex BA 6C D7 D 32 0 10 11C 39 3F
Octal 272 154 327 15 62 0 20 434 71 77
Binary 10111010 1101100 11010111 1101 110010 0 10000 100011100 111001 111111

Color Harmonies of #BA6CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CD7

Black with #BA6CD7

Text Example


Text Example

White with #BA6CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CD7; }

 p { color: rgb(186,108,215); }

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

background-color css

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

 a { background-color: rgb(186,108,215); }

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

border-color css

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

 span { border-color: rgb(186,108,215); }

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