Html Css Color HEX #BA54D7 Medium Orchid

📋 copy color: '#BA54D7'

red 186 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #BA54D7

Tints of Medium Orchid #BA54D7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

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

R = 38.35%
G = 17.32%
B = 44.33%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA54D7 (or 0xBA54D7) is known color: Medium Orchid. HEX triplet: BA, 54 and D7. RGB value is (186,84,215). Sum of RGB (Red+Green+Blue) = 186+84+215=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA54D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54D7 is #45AB28. Grayscale: #818181. Windows color (decimal): -4565801 or 14111930. OLE color: 14111930.

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

Color convert

RGB 186 84 215 -
CMYK 0.13 0.61 0 0.16
HSL 286.72º 0.62% 0.59% -
HSV(B) 286.72º 0.61% 0.84% -
XYZ 35.69 21.69 66.59 -
YUV 129.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 186 84 215 0.13 0.61 0 0.16 286.72 0.62 0.59
Hex BA 54 D7 D 3D 0 10 11F 3E 3B
Octal 272 124 327 15 75 0 20 437 76 73
Binary 10111010 1010100 11010111 1101 111101 0 10000 100011111 111110 111011

Color Harmonies of #BA54D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54D7

Black with #BA54D7

Text Example


Text Example

White with #BA54D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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