Html Css Color HEX #BA60F1 Medium Orchid

📋 copy color: '#BA60F1'

red 186 ◦ green 96 ◦ blue 241

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

Shades of Medium Orchid #BA60F1

Tints of Medium Orchid #BA60F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 35.56%
G = 18.36%
B = 46.08%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA60F1 (or 0xBA60F1) is known color: Medium Orchid. HEX triplet: BA, 60 and F1. RGB value is (186,96,241). Sum of RGB (Red+Green+Blue) = 186+96+241=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F1 is #459F0E. Grayscale: #8A8A8A. Windows color (decimal): -4562703 or 15818938. OLE color: 15818938.

HSL color Cylindrical-coordinate representation of color #BA60F1: hue angle of 277.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60F1 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 96 241 -
CMYK 0.23 0.60 0 0.05
HSL 277.24º 0.84% 0.66% -
HSV(B) 277.24º 0.6% 0.95% -
XYZ 40.31 25.16 85.95 -
YUV 139.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 186 96 241 0.23 0.60 0 0.05 277.24 0.84 0.66
Hex BA 60 F1 17 3C 0 5 115 54 42
Octal 272 140 361 27 74 0 5 425 124 102
Binary 10111010 1100000 11110001 10111 111100 0 101 100010101 1010100 1000010

Color Harmonies of #BA60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60F1

Black with #BA60F1

Text Example


Text Example

White with #BA60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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