Html Css Color HEX #BA6AD7 Medium Orchid

📋 copy color: '#BA6AD7'

red 186 ◦ green 106 ◦ blue 215

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

Shades of Medium Orchid #BA6AD7

Tints of Medium Orchid #BA6AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

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

R = 36.69%
G = 20.91%
B = 42.41%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA6AD7 (or 0xBA6AD7) is known color: Medium Orchid. HEX triplet: BA, 6A and D7. RGB value is (186,106,215). Sum of RGB (Red+Green+Blue) = 186+106+215=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD7 is #459528. Grayscale: #8D8D8D. Windows color (decimal): -4560169 or 14117562. OLE color: 14117562.

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

Color convert

RGB 186 106 215 -
CMYK 0.13 0.51 0 0.16
HSL 284.04º 0.58% 0.63% -
HSV(B) 284.04º 0.51% 0.84% -
XYZ 37.67 25.65 67.26 -
YUV 142.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 186 106 215 0.13 0.51 0 0.16 284.04 0.58 0.63
Hex BA 6A D7 D 33 0 10 11C 3A 3F
Octal 272 152 327 15 63 0 20 434 72 77
Binary 10111010 1101010 11010111 1101 110011 0 10000 100011100 111010 111111

Color Harmonies of #BA6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6AD7

Black with #BA6AD7

Text Example


Text Example

White with #BA6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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