Html Css Color HEX #BA5AF7 Medium Orchid

📋 copy color: '#BA5AF7'

red 186 ◦ green 90 ◦ blue 247

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

Shades of Medium Orchid #BA5AF7

Tints of Medium Orchid #BA5AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.21%

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

R = 35.56%
G = 17.21%
B = 47.23%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA5AF7 (or 0xBA5AF7) is known color: Medium Orchid. HEX triplet: BA, 5A and F7. RGB value is (186,90,247). Sum of RGB (Red+Green+Blue) = 186+90+247=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AF7 is #45A508. Grayscale: #888888. Windows color (decimal): -4564233 or 16210618. OLE color: 16210618.

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

Color convert

RGB 186 90 247 -
CMYK 0.25 0.64 0 0.03
HSL 276.69º 0.91% 0.66% -
HSV(B) 276.69º 0.64% 0.97% -
XYZ 40.69 24.47 90.57 -
YUV 136.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 186 90 247 0.25 0.64 0 0.03 276.69 0.91 0.66
Hex BA 5A F7 19 40 0 3 115 5B 42
Octal 272 132 367 31 100 0 3 425 133 102
Binary 10111010 1011010 11110111 11001 1000000 0 11 100010101 1011011 1000010

Color Harmonies of #BA5AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AF7

Black with #BA5AF7

Text Example


Text Example

White with #BA5AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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