Html Css Color HEX #BA55F7 Medium Orchid

📋 copy color: '#BA55F7'

red 186 ◦ green 85 ◦ blue 247

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

Shades of Medium Orchid #BA55F7

Tints of Medium Orchid #BA55F7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.41%

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 35.91%
G = 16.41%
B = 47.68%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA55F7 (or 0xBA55F7) is known color: Medium Orchid. HEX triplet: BA, 55 and F7. RGB value is (186,85,247). Sum of RGB (Red+Green+Blue) = 186+85+247=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA55F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55F7 is #45AA08. Grayscale: #858585. Windows color (decimal): -4565513 or 16209338. OLE color: 16209338.

HSL color Cylindrical-coordinate representation of color #BA55F7: hue angle of 277.41º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA55F7 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 85 247 -
CMYK 0.25 0.66 0 0.03
HSL 277.41º 0.91% 0.65% -
HSV(B) 277.41º 0.66% 0.97% -
XYZ 40.29 23.65 90.44 -
YUV 133.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 186 85 247 0.25 0.66 0 0.03 277.41 0.91 0.65
Hex BA 55 F7 19 42 0 3 115 5B 41
Octal 272 125 367 31 102 0 3 425 133 101
Binary 10111010 1010101 11110111 11001 1000010 0 11 100010101 1011011 1000001

Color Harmonies of #BA55F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA55F7

Black with #BA55F7

Text Example


Text Example

White with #BA55F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA55F7; }

 p { color: rgb(186,85,247); }

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

background-color css

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

 a { background-color: rgb(186,85,247); }

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

border-color css

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

 span { border-color: rgb(186,85,247); }

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