Html Css Color HEX #BA5FDA Medium Orchid

📋 copy color: '#BA5FDA'

red 186 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #BA5FDA

Tints of Medium Orchid #BA5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.04%

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 37.27%
G = 19.04%
B = 43.69%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5FDA (or 0xBA5FDA) is known color: Medium Orchid. HEX triplet: BA, 5F and DA. RGB value is (186,95,218). Sum of RGB (Red+Green+Blue) = 186+95+218=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDA is #45A025. Grayscale: #878787. Windows color (decimal): -4562982 or 14311354. OLE color: 14311354.

HSL color Cylindrical-coordinate representation of color #BA5FDA: hue angle of 284.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5FDA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 95 218 -
CMYK 0.15 0.56 0 0.15
HSL 284.39º 0.62% 0.61% -
HSV(B) 284.39º 0.56% 0.85% -
XYZ 37 23.69 68.95 -
YUV 136.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 186 95 218 0.15 0.56 0 0.15 284.39 0.62 0.61
Hex BA 5F DA F 38 0 F 11C 3E 3D
Octal 272 137 332 17 70 0 17 434 76 75
Binary 10111010 1011111 11011010 1111 111000 0 1111 100011100 111110 111101

Color Harmonies of #BA5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FDA

Black with #BA5FDA

Text Example


Text Example

White with #BA5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FDA; }

 p { color: rgb(186,95,218); }

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

background-color css

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

 a { background-color: rgb(186,95,218); }

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

border-color css

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

 span { border-color: rgb(186,95,218); }

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