Html Css Color HEX #BA5CF3 Medium Orchid

📋 copy color: '#BA5CF3'

red 186 ◦ green 92 ◦ blue 243

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

Shades of Medium Orchid #BA5CF3

Tints of Medium Orchid #BA5CF3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.66%

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 35.7%
G = 17.66%
B = 46.64%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA5CF3 (or 0xBA5CF3) is known color: Medium Orchid. HEX triplet: BA, 5C and F3. RGB value is (186,92,243). Sum of RGB (Red+Green+Blue) = 186+92+243=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA5CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CF3 is #45A30C. Grayscale: #888888. Windows color (decimal): -4563725 or 15948986. OLE color: 15948986.

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

Color convert

RGB 186 92 243 -
CMYK 0.23 0.62 0 0.05
HSL 277.35º 0.86% 0.66% -
HSV(B) 277.35º 0.62% 0.95% -
XYZ 40.25 24.56 87.41 -
YUV 137.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 186 92 243 0.23 0.62 0 0.05 277.35 0.86 0.66
Hex BA 5C F3 17 3E 0 5 115 56 42
Octal 272 134 363 27 76 0 5 425 126 102
Binary 10111010 1011100 11110011 10111 111110 0 101 100010101 1010110 1000010

Color Harmonies of #BA5CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CF3

Black with #BA5CF3

Text Example


Text Example

White with #BA5CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CF3; }

 p { color: rgb(186,92,243); }

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

background-color css

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

 a { background-color: rgb(186,92,243); }

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

border-color css

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

 span { border-color: rgb(186,92,243); }

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