Html Css Color HEX #BA60FA Medium Orchid

📋 copy color: '#BA60FA'

red 186 ◦ green 96 ◦ blue 250

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

Shades of Medium Orchid #BA60FA

Tints of Medium Orchid #BA60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.05%

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 34.96%
G = 18.05%
B = 46.99%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA60FA (or 0xBA60FA) is known color: Medium Orchid. HEX triplet: BA, 60 and FA. RGB value is (186,96,250). Sum of RGB (Red+Green+Blue) = 186+96+250=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60FA is #459F05. Grayscale: #8B8B8B. Windows color (decimal): -4562694 or 16408762. OLE color: 16408762.

HSL color Cylindrical-coordinate representation of color #BA60FA: hue angle of 275.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA60FA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 96 250 -
CMYK 0.26 0.62 0 0.02
HSL 275.06º 0.94% 0.68% -
HSV(B) 275.06º 0.62% 0.98% -
XYZ 41.69 25.71 93.21 -
YUV 140.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 186 96 250 0.26 0.62 0 0.02 275.06 0.94 0.68
Hex BA 60 FA 1A 3E 0 2 113 5E 44
Octal 272 140 372 32 76 0 2 423 136 104
Binary 10111010 1100000 11111010 11010 111110 0 10 100010011 1011110 1000100

Color Harmonies of #BA60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60FA

Black with #BA60FA

Text Example


Text Example

White with #BA60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60FA; }

 p { color: rgb(186,96,250); }

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

background-color css

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

 a { background-color: rgb(186,96,250); }

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

border-color css

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

 span { border-color: rgb(186,96,250); }

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