Html Css Color HEX #BA54CF Medium Orchid

📋 copy color: '#BA54CF'

red 186 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #BA54CF

Tints of Medium Orchid #BA54CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 38.99%
G = 17.61%
B = 43.4%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA54CF (or 0xBA54CF) is known color: Medium Orchid. HEX triplet: BA, 54 and CF. RGB value is (186,84,207). Sum of RGB (Red+Green+Blue) = 186+84+207=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54CF is #45AB30. Grayscale: #808080. Windows color (decimal): -4565809 or 13587642. OLE color: 13587642.

HSL color Cylindrical-coordinate representation of color #BA54CF: hue angle of 289.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA54CF is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 84 207 -
CMYK 0.10 0.59 0 0.19
HSL 289.76º 0.56% 0.57% -
HSV(B) 289.76º 0.59% 0.81% -
XYZ 34.68 21.28 61.31 -
YUV 128.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 186 84 207 0.10 0.59 0 0.19 289.76 0.56 0.57
Hex BA 54 CF A 3B 0 13 122 38 39
Octal 272 124 317 12 73 0 23 442 70 71
Binary 10111010 1010100 11001111 1010 111011 0 10011 100100010 111000 111001

Color Harmonies of #BA54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54CF

Black with #BA54CF

Text Example


Text Example

White with #BA54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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